<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/pdfnet-sdk</id>
  <title type="text">PDFTron PDFNet SDK Google Group</title>
  <subtitle type="text">
  PDFNet SDK from PDFTron Systems Inc. PDFNet SDK is the complete PDF toolkit for .NET, JAVA, C/C++, PYTHON, PHP, RUBY, Objective-C. Using PDFNet SDK developers can write stand-alone, cross-platform, and reliable commercial applications that can read, write, edit, display and print PDF documents.
  </subtitle>
  <link href="/group/pdfnet-sdk/feed/atom_v1_0_topics.xml" rel="self" title="PDFTron PDFNet SDK feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-17T19:41:50Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/646484c2b79003a8</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/646484c2b79003a8" />
  <title type="html">Converting MS Word to PDF on iOS / Android via PDFTron SDK</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I downloaded iOS SDK from your website. I tried to convert document to pdf &lt;br&gt; file. I used [Convert ToPdf: in_filename:] function in my application. &lt;br&gt; I wrote a several lines of code: &lt;br&gt; NSArray *paths = &lt;br&gt; NSSearchPathForDirectoriesInDo mains(NSDocumentDirectory, NSUserDomainMask, &lt;br&gt; YES); &lt;br&gt; NSString *documentsPath = [paths objectAtIndex:0];
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tomas Hofmann</name>
  <email/>
  </author>
  <updated>2013-05-17T16:34:21Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/255e3e757b0df893</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/255e3e757b0df893" />
  <title type="html">What is the difference between PDFDrawDemo and PDFViewCtrlDemo, and where do the Tools fit in</title>
  <summary type="html" xml:space="preserve">
  Q: In the Samples solution, there is a PDFDrawDemo and a PDFViewCtrlDemo. &lt;br&gt; They both seems to work similarly in that they display PDFs. &lt;br&gt; Also, I am interested in the tools, which provide interactive features such &lt;br&gt; as annotation editing. Where do they fit in? &lt;br&gt; A: The PDFDrawDemo demonstrates the use of our PDFDraw class. PDFDraw is a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-05-17T16:12:35Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/678763721fe7e49a</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/678763721fe7e49a" />
  <title type="html">MonoTouch/Xamarin.iOS linker error with libTools</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; Basically I created Monotouch bindings for the PDFNet library. That part I &lt;br&gt; finally got more or less working but I also have to get the tools library &lt;br&gt; linked in and that is where I have hit a brick wall. &lt;br&gt; I have the latest versions of everything and I have made a custom build of &lt;br&gt; the tools project, which now works fine when I compile it in a test project
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-05-17T15:20:09Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/803e9c1dfe973a7f</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/803e9c1dfe973a7f" />
  <title type="html">Generated bmp has incorrect/corrupted output</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I would like to explain a bit about my program. First, the user creates a &lt;br&gt; PDF file. After this, from PDF file it is converted to Bitmap and shows on &lt;br&gt; the screen. Before convert to Bitmap file I have checked the PDF file, it &lt;br&gt; looks good as the file that I sent you. I think that the problem is not in
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-05-16T18:22:50Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/35094177d5ddd5c7</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/35094177d5ddd5c7" />
  <title type="html">.Net Exception from HRESULT: 0x800700C1</title>
  <summary type="html" xml:space="preserve">
  Q) 05:57:59 Failed to optimize document &lt;br&gt; [7213040]. System.BadImageFormatException : Could not load &lt;br&gt; file or assembly &#39;PDFNet.dll&#39; or one of its dependencies. is not a valid &lt;br&gt; Win32 application. (Exception from HRESULT: 0x800700C1) &lt;br&gt; This has been happening since I have got the updated DLL (Please see
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Černý</name>
  <email/>
  </author>
  <updated>2013-05-14T23:54:47Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/1b15de50cf248ec7</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/1b15de50cf248ec7" />
  <title type="html">PDF/A-3a conversion with document level attachment</title>
  <summary type="html" xml:space="preserve">
  Hello, we are evaluating PDFNet SDK, but we have following problem: &lt;br&gt; we use this code to test PDF -&amp;gt; PDF/A-3a conversion: &lt;br&gt; using System; &lt;br&gt; using System.Collections.Generic; &lt;br&gt; using System.Linq; &lt;br&gt; using System.Text; &lt;br&gt; using pdftron; &lt;br&gt; using pdftron.Common; &lt;br&gt; using pdftron.SDF; &lt;br&gt; using pdftron.PDF; &lt;br&gt; using pdftron.PDF.PDFA;
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Černý</name>
  <email/>
  </author>
  <updated>2013-05-13T13:24:53Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/ace4ddc4db123486</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/ace4ddc4db123486" />
  <title type="html">PDF/A-3A conversion and validation</title>
  <summary type="html" xml:space="preserve">
  PDF/A-3A conversion and validation &lt;br&gt; Hello, &lt;br&gt; I have slightly modified sample PDFATestCS_2010 (different input file + PDFACompliance.Conformance.e_L evel3A) &lt;br&gt; // PDF/A Conversion &lt;br&gt; string filename = &amp;quot;newsletter.pdf&amp;quot;;// &amp;quot;pdfhtml2pdf_04.pdf&amp;quot;; &lt;br&gt; PDFACompliance pdf_a = new PDFACompliance(true, input_path+filename, null, PDFACompliance.Conformance.e_L evel3A, null, 10, false);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefaan Dutry</name>
  <email/>
  </author>
  <updated>2013-05-13T10:04:46Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/124f24b485df27e5</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/124f24b485df27e5" />
  <title type="html">AIX version of libPDFNetC.so</title>
  <summary type="html" xml:space="preserve">
  Is there any way of getting an AIX Unix compatible version of the shared library libPDFNetC.so? &lt;br&gt; The Linux version of the file has the following format: &lt;br&gt; ELF 64-bit LSB version 1 shared obj &lt;br&gt; The format needed on our AIX server is as follows: &lt;br&gt; 64-bit XCOFF executable or object module not stripped
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-10T19:00:13Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/4156d86882315a5e</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/4156d86882315a5e" />
  <title type="html">How do I implement PDF Redaction GUI using PDFViewCtrl?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I tested &#39;pdftron.PDF.Redactror&#39; ( &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://groups.google.com/d/msg/pdfnet-sdk/-xlPEBQcuv8/jyVjHvS24gUJ&quot;&gt;[link]&lt;/a&gt;) which &lt;br&gt; I will use to redact PDF documents in my app. &lt;br&gt; &lt;p&gt;I now need to integrate this into GUI simular to redaction annotations in &lt;br&gt; Acrobat Pro. &lt;br&gt; &lt;p&gt;I&#39;m looking at the PDFVIew WPF example and I&#39;m trying to figure out how to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-10T16:59:41Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/fb194f10141cbaff</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/fb194f10141cbaff" />
  <title type="html">Extracting and merging redacted PDF content</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I am working with PDF SDK (.net) and am specifically looking into &lt;br&gt; redaction. I am able to redact regions just fine with a rectangle and that &lt;br&gt; seems to work great, what I need to be able to do is before redacting, get &lt;br&gt; the information from that rectangular region and save it elsewhere and then
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-09T17:27:03Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/85e6072d99d4d575</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/85e6072d99d4d575" />
  <title type="html">How do I maintain PDF/X compatibility with the latest version of PDFNet SDK?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; We use PDFNet library to export graphic designs to PDF. Recently after &lt;br&gt; updating the library to the most recent version we&#39;ve encountered a problem &lt;br&gt; where our export filter no longer produces PDF/X compliant PDF document &lt;br&gt; with the &#39;save to PDF/X&#39; settings enabled, whereas the old one was doing &lt;br&gt; this pretty well.
  </summary>
  </entry>
  <entry>
  <author>
  <name>James</name>
  <email/>
  </author>
  <updated>2013-05-09T00:43:34Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b5dff189f559f216</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b5dff189f559f216" />
  <title type="html">iOS Form Editing and Validation</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I have following quires on PDFTRON , We are planning to buy it for iOS &lt;br&gt; application. &lt;br&gt; 1. How can we handle the Field validation in PDFTRON , if we add java &lt;br&gt; script while creating pdf , it won&#39;t work , we have to manually Parse the &lt;br&gt; java script and do the validation using objective c code . is there any
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vincent Ycasas</name>
  <email/>
  </author>
  <updated>2013-05-08T17:26:09Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/df4b052514719b11</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/df4b052514719b11" />
  <title type="html">Printing to a Network Printer Does Not Work.</title>
  <summary type="html" xml:space="preserve">
  *Question:* &lt;br&gt; When I try to print with a local printer, I was able to print PDF documents &lt;br&gt; using the following code: &lt;br&gt; But if I try to select a network printer, the printing process failed with &lt;br&gt; the following error message:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-08T17:23:05Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3dabbd5e16373cb9</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3dabbd5e16373cb9" />
  <title type="html">How do I read / write PDF annotations to a separate file ?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt; I’m currently trying to write out all of the annotations to a file &lt;br&gt; separate from the PDF so the annotations can be managed separately from the &lt;br&gt; report. I’m able to iterate through all of the pages and find all of the &lt;br&gt; annotations, but when I try to write to a file, I’m not seeing what I
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Dustin</name>
  <email/>
  </author>
  <updated>2013-05-08T04:58:57Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/8dd7408159169590</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/8dd7408159169590" />
  <title type="html">How to store a 1 or 8 bit DIB in a pdf as a thumbnail image</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;ve been trying to use the pdfnet sdk to add a thumbnail image to a pdf &lt;br&gt; page. &lt;br&gt; I&#39;m using the sdk with a existing application that is supplying the images &lt;br&gt; to me as DIBs. Sometime 24bit and sometimes 8 or 1 bit depending on the &lt;br&gt; contents of the page. &lt;br&gt; Everything is fine for 24bit but the 8bit or 1bit images are stored
  </summary>
  </entry>
  <entry>
  <author>
  <name>James</name>
  <email/>
  </author>
  <updated>2013-05-08T00:33:14Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/f7b349d97c66caf6</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/f7b349d97c66caf6" />
  <title type="html">How do I allow users to edit TRNFields on iOS?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; On iOS, I was trying to make focus on specific trnfield (like &lt;br&gt; becomeFirstResponder for UITextfield). So please provide a direction to &lt;br&gt; achieve this. &lt;br&gt; ---------------------- &lt;br&gt; A: &lt;br&gt; TRNFields are a PDF concept and not a UI element; they inherit directly &lt;br&gt; from NSObject and not from UIResponder or any other UI class. Are you
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-07T18:40:27Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/871361c401f0bd01</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/871361c401f0bd01" />
  <title type="html">Viewing PDF in Adobe AIR on Android etc.</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I ran across PDFTron SDKs and was wondering if you have tried using it &lt;br&gt; within a AIR ANE? AIR apps for mobile don&#39;t really have a good solution for &lt;br&gt; viewing pdfs, especially on Android, so I was wondering if your solution &lt;br&gt; could do this. &lt;br&gt; &lt;p&gt;-------- &lt;br&gt; A: &lt;br&gt; &lt;p&gt;For viewing PDFs, there are couple of options:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-07T00:11:36Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/03bd4fed0bb389f5</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/03bd4fed0bb389f5" />
  <title type="html">Android: Automatic switching to/from landscape/portrait mode</title>
  <summary type="html" xml:space="preserve">
  Q: We are working on Android version of the SDK. We are trying to display &lt;br&gt; a PDF and it displays fine in portrait mode but when I switch to landscape &lt;br&gt; mode, the orientation of the PDF does not change. Pls let me know how to &lt;br&gt; accomplish this. &lt;br&gt; ------------ &lt;br&gt; A: When rotating the device, Android restarts the activity by default. To
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-06T20:57:05Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/215c56d9d33960ff</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/215c56d9d33960ff" />
  <title type="html">Is PDFNet threadsafe for parallel rendering?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I’m looking for a PDF SDK, which can be used to extract PDF pages as images &lt;br&gt; in parallel. &lt;br&gt; Can I use PDFNet &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pdftron.com/pdfnet/downloads.html&quot;&gt;[link]&lt;/a&gt;&amp;gt; for this? &lt;br&gt; &lt;p&gt;------------ &lt;br&gt; A: &lt;br&gt; &lt;p&gt;You can use the current version of PDFNet (at the moment v.5.9.2) to render &lt;br&gt; pages from the same document in parallel.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-02T22:44:12Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/5de87debfdce2a93</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/5de87debfdce2a93" />
  <title type="html">Viewing and streaming of remote PDFs via PDFNet WinRT SDK</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I recently downloaded an evaluation of PDFNet Mobile SDK for WinRT &lt;br&gt; platform. I have a question about opening the PDF file. I looked at the &lt;br&gt; Getting started tutorial which shows opening a PDF file from the file &lt;br&gt; system. Can I open a PDF directly from the Http response? I got a exception
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-02T17:42:08Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/f6f0e3c37b0bb99e</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/f6f0e3c37b0bb99e" />
  <title type="html">Convert Word to PDF using java or .net with PDFNet SDK?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I would like to know about PDFTron component that I can use to convert Word &lt;br&gt; to PDF. We would require to use this component in one of our product which &lt;br&gt; is hosted on windows Server. The application is using dot net version 3.5 &lt;br&gt; but we are also considering JAVA. We want to build a module where our
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-05-02T17:23:01Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/2822cc25a0565ef6</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/2822cc25a0565ef6" />
  <title type="html">How do I know if an error occured when converting html page to PDF via pdftron.PDF.Convert.HTML2PDF?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; When using the HTML2PDF is there a way to know if an error occured on the &lt;br&gt; html page? We can convert it to respond with a 505 response code when an &lt;br&gt; error. Is there a way to determine if there is a response code on the page &lt;br&gt; generation. &lt;br&gt; &lt;p&gt;The following code for not converted was not executed during an error due
  </summary>
  </entry>
  <entry>
  <author>
  <name>James</name>
  <email/>
  </author>
  <updated>2013-05-01T19:02:51Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3dc299aa265b42e8</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3dc299aa265b42e8" />
  <title type="html">Using PDFNet for iOS with Xamarin.iOS</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; Our developers would like to use PDFNet Mobile PDF SDK for iOS within &lt;br&gt; Xamarin.iOS (MonoTouch). &lt;br&gt; So, here are some quick questions:**** &lt;br&gt; **1) **Does PDFNet Mobile PDF SDK for iOS support Xamarin.iOS?**** &lt;br&gt; **2) **Are there Xamarin.iOS bindings or information we can use? &lt;br&gt; ------------------------------ --------------------------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vincent Ycasas</name>
  <email/>
  </author>
  <updated>2013-05-01T18:41:09Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/6714b533c0f21894</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/6714b533c0f21894" />
  <title type="html">Removing Digital Signatures From a PDF Document</title>
  <summary type="html" xml:space="preserve">
  *Question:* &lt;br&gt; How can I remove a digital signature from a PDF document? If I have a PDF &lt;br&gt; document that has two signatures in it, can I remove one signature without &lt;br&gt; invalidating the other signature?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anderson Konzen</name>
  <email/>
  </author>
  <updated>2013-04-29T18:44:40Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3fb58435b01a6ac2</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3fb58435b01a6ac2" />
  <title type="html">Multiple APK Support and supported architectures when using Google Play</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I followed your suggestions to create separate APKs in order to use the &lt;br&gt; Multiple APK support in Google Play. However, I found in Google Play&#39;s &lt;br&gt; documentation ( &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://developer.android.com/google/play/publishing/multiple-apks.html#CpuArchOptions&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; that: &lt;br&gt; When using the Android NDK, you can create a single APK that supports
  </summary>
  </entry>
  <entry>
  <author>
  <name>Farhan Ghumra</name>
  <email/>
  </author>
  <updated>2013-04-29T14:20:25Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/480a5210d5651f82</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/480a5210d5651f82" />
  <title type="html">How to print the document with PDFNetWinRT ?</title>
  <summary type="html" xml:space="preserve">
  I have all the sample of PDF Tron SDK for WinRT, but the printing sample is not working. I need urgent help. Can anyone please give me working code to print PDF ? Thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-04-23T23:33:52Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/c3e530d1e9d1e67f</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/c3e530d1e9d1e67f" />
  <title type="html">How do I add custom namespace properties in XMP metadata when generating/converting to PDF/A?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;For PDF/A conversion we rely on &#39;pdftron.PDF.PDFA.PDFAComplian ce&#39; from &lt;br&gt; PDFTron PDFNet SDK. &lt;br&gt; &lt;p&gt;The conversion works great, however I would like to be able to add some &lt;br&gt; custom properties / metadata (i.e. extended XMP metadata in a custom &lt;br&gt; namespace ). &lt;br&gt; &lt;p&gt;-------- &lt;br&gt; A: &lt;br&gt; &lt;p&gt;If you need to have a tight control over XMP metadata in the final PDF/A
  </summary>
  </entry>
  <entry>
  <author>
  <name>minkbear</name>
  <email/>
  </author>
  <updated>2013-04-22T19:42:24Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/599f0f9e9d97e77c</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/599f0f9e9d97e77c" />
  <title type="html">Unable to get modified date of annoataion using php</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I am evaluating PDFNet SDK for my company to make sure that it woks with &lt;br&gt; annotation well. &lt;br&gt; Unfortunately it seems that it&#39;s unable to get created date/modified date &lt;br&gt; of annotation which are the key points of my decision. &lt;br&gt; Please take a look on my reproduce step and the sample of pdf file. &lt;br&gt; Reproduce Step:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-04-22T17:32:45Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/de1d65fa26ffdb66</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/de1d65fa26ffdb66" />
  <title type="html">How to control the appearance of anchor text in a redacted region?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;I am trying out PDFTron PDFNet to check whether this can be used for PDF &lt;br&gt; Redaction. &lt;br&gt; I have provide replacement text , replacement font and size to the redact &lt;br&gt; function, however the replaced text appears very small, regardless of the &lt;br&gt; font size provided. &lt;br&gt; &lt;p&gt;Below code is used for redaction &lt;br&gt; void Redact(string input, string output, ArrayList rarr,PDFDoc doc) {
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-04-19T19:52:54Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a617afb13b5d3ef7</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a617afb13b5d3ef7" />
  <title type="html">How do I convert EPUB to PDF, XPS, XOD using PDFTron ?</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I am interested in converting an eBook in ePub format to work with the Web &lt;br&gt; Viewer. Do you have any samples for EPUB to PDF conversion? I could only &lt;br&gt; find the HTML2PDF converter on the PDFTron website ( &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pdftron.com/pdfnet/samplecode.html#Html2Pdf&quot;&gt;[link]&lt;/a&gt;), which looks like &lt;br&gt; it converts a HTML pages page to PDF.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-04-19T16:37:04Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/5fdc8ef1ff419168</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/5fdc8ef1ff419168" />
  <title type="html">Old PDFNet library still loaded in memory (PHP)</title>
  <summary type="html" xml:space="preserve">
  Q) &lt;br&gt; We recently purchased a PDFTron enterprise license, and added the key to &lt;br&gt; all calls to PDFNet::Initialize. We tested our software and everything &lt;br&gt; worked as it did with the demo version. &lt;br&gt; On our staging environment, we recently got this error when calling &lt;br&gt; PDFNet::Initialize: &lt;br&gt; PDFNet: Bad License Key. PDFNet SDK will work in the demo mode.
  </summary>
  </entry>
  <entry>
  <author>
  <name>mikesowerbutts@yahoo.co.uk</name>
  <email/>
  </author>
  <updated>2013-04-18T15:34:06Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/baed480aa8a14df4</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/baed480aa8a14df4" />
  <title type="html">Error when saving FDF as XFDF</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have just tested working code with another PDF, one which contains a Rich &lt;br&gt; Media annotation (an embedded video) and my app now crashes in this &lt;br&gt; function (see the comment). This is an iOS app. &lt;br&gt; -(void)exportAnnotations{ &lt;br&gt; if([Utils IsConnectedToInternet]){ &lt;br&gt; NSString *docFilename = @&amp;quot;document&amp;quot;;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vincent Ycasas</name>
  <email/>
  </author>
  <updated>2013-04-17T16:58:21Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/57a2240fd113aa2b</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/57a2240fd113aa2b" />
  <title type="html">How do I add timestamps when signing a PDF document?</title>
  <summary type="html" xml:space="preserve">
  *Question:* &lt;br&gt; I was able to add a digital signature to a PDF with the Name, Reason, &lt;br&gt; Location set in the document&#39;s signature dictionary, but how do I add the &lt;br&gt; signing time? Is a timestamp server required or can the timestamp be added &lt;br&gt; locally by code?
  </summary>
  </entry>
  <entry>
  <author>
  <name>mikesowerbutts@yahoo.co.uk</name>
  <email/>
  </author>
  <updated>2013-04-17T14:40:47Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/199c2dfd4d7a8a9c</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/199c2dfd4d7a8a9c" />
  <title type="html">IsModified seems to frequently be true, when seemingly, no changes have been made</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have an iOS app which downloads a PDF file from a server, generates &lt;br&gt; thumbnails of each page, and saved them as .jpgs and then allows you to &lt;br&gt; view the PDF. &lt;br&gt; I am seeing some strange behaviour in that as soon as I load a newly &lt;br&gt; downloaded PDF, into a PDFDoc object, IsModified returns true? &lt;br&gt; I have managed to get around this by loading the PDF into a PDFDoc, then
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anderson Konzen</name>
  <email/>
  </author>
  <updated>2013-04-16T16:40:33Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/cc94f9328b1ec75c</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/cc94f9328b1ec75c" />
  <title type="html">PDFViewCtrl.scrollTo() goes to the wrong position on Android</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I am trying to scroll the document to where the form is located using &lt;br&gt; convPagePtToClientPt() and scrollTo(), but the page is being scrolled to &lt;br&gt; the wrong position. How do I use the scrollTo correctly? &lt;br&gt; ---------- &lt;br&gt; A: &lt;br&gt; Regarding the use of the scrollTo() method, there are two things to have in &lt;br&gt; mind:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anderson Konzen</name>
  <email/>
  </author>
  <updated>2013-04-16T16:30:46Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a78aa5112439c7a2</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a78aa5112439c7a2" />
  <title type="html">Filling forms with Korean font on Android</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I&#39;m trying to fill in a form text field but after I enter the text I can &lt;br&gt; only see dots or square characters. The language of my device is configured &lt;br&gt; to be Korean. Does PDFViewCtrl supports Unicode? &lt;br&gt; ---------- &lt;br&gt; A: &lt;br&gt; Yes, PDFViewCtrl supports Unicode. The problem with the characters occurs &lt;br&gt; because the SDK can&#39;t find a Koren font that supports those glyphs. Android
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vincent Ycasas</name>
  <email/>
  </author>
  <updated>2013-04-16T16:29:21Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/90d27cac967d80af</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/90d27cac967d80af" />
  <title type="html">The PDFNet printer driver is already installed, but conversion still fails.</title>
  <summary type="html" xml:space="preserve">
  *Question:* &lt;br&gt; The PDFNet printer driver was installed by doing one of the following: &lt;br&gt; 1. By using the &lt;br&gt; installer: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pdftron.com/downloads/pdfnetDrivers.zip&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; 2. By running the following code: &lt;br&gt; if (!pdftron.PDF.Convert.Printer. IsInstalled()) { &lt;br&gt; However, after re-attempting to convert the documents again, the process
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anderson Konzen</name>
  <email/>
  </author>
  <updated>2013-04-16T16:26:15Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b7e680dd2056a434</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b7e680dd2056a434" />
  <title type="html">Flickering when using gotoNextPage/gotoLastPage on Android</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I have the following code to navigate to next and previous page, but every &lt;br&gt; time the page is refreshed. How to avoid that? &lt;br&gt; case gotoLastPage: &lt;br&gt; { &lt;br&gt; mPDFView.gotoPreviousPage(); &lt;br&gt; mPDFView.setPageViewMode(mZESE ditor.PAGE_VIEW_FIT_WIDTH); &lt;br&gt; break; &lt;br&gt; case gotoNextPage: &lt;br&gt; { &lt;br&gt; mPDFView.gotoNextPage(); &lt;br&gt; mPDFView.setPageViewMode(mZESE ditor.PAGE_VIEW_FIT_WIDTH);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tomas Hofmann</name>
  <email/>
  </author>
  <updated>2013-04-16T16:23:13Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/f6f7d49c191830bf</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/f6f7d49c191830bf" />
  <title type="html">How do I get the text under a highlight annotation</title>
  <summary type="html" xml:space="preserve">
  Q: How do I get the text that is covered by a highlight (or any text &lt;br&gt; markup) annotation. &lt;br&gt; A: This can be done by using the text extractor. You have to start it on &lt;br&gt; the page and use the GetTextUnderAnnot(annot) function. &lt;br&gt; In C#, it would look something like this: &lt;br&gt; Annot annot = // some annot &lt;br&gt; pdftron.PDF.TextExtractor te = new pdftron.PDF.TextExtractor();
  </summary>
  </entry>
  <entry>
  <author>
  <name>minkbear</name>
  <email/>
  </author>
  <updated>2013-04-16T11:08:30Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/62603fe74e70f706</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/62603fe74e70f706" />
  <title type="html">How to get modified date of annotation using PHP</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I try to get modified date in my PDF which has many comments and that comments show the modified date something like 06/10/2011 09:40:04 by using Adobe Reader. &lt;br&gt; Here is my code: &lt;br&gt; $Dates = $text-&amp;gt;getDate(); &lt;br&gt; echo $Dates-&amp;gt;GetYear(); // Show 2011 &lt;br&gt; echo $Dates-&amp;gt;GetMonth(); // Show empty string &lt;br&gt; echo $Dates-&amp;gt;GetDay(); // Show empty string
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-04-15T21:58:04Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a80614acdcd4bcee</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a80614acdcd4bcee" />
  <title type="html">PDFNet and National Instruments LabView</title>
  <summary type="html" xml:space="preserve">
  Q) When using PDFNet to open and search PDF files in the standalone &lt;br&gt; version, we have no problems. We recently incorporated PDFNet into our &lt;br&gt; integrated version, which works well in many scenarios, however causes a &lt;br&gt; crash when run from National Instruments LabView package. Our viewer opens &lt;br&gt; correctly, but fails when it comes to opening the PDF itself.
  </summary>
  </entry>
  <entry>
  <author>
  <name>James</name>
  <email/>
  </author>
  <updated>2013-04-15T16:34:55Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a8d0a3b1be3003b3</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/a8d0a3b1be3003b3" />
  <title type="html">Interactively Add Digital Signature Using PDFViewCtrl</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; I am evaluation your mobile pdf sdk and I have a few questions regarding &lt;br&gt; the ability to digitally sign documents. I see that the sdk allows for &lt;br&gt; filling forms, but how do I enable the user to interactively sign the form &lt;br&gt; when they tap on a digital signature field? &lt;br&gt; ------------------------------ --------------------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dong Nguyen</name>
  <email/>
  </author>
  <updated>2013-04-15T03:12:29Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/5ebd4cee5f4bb264</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/5ebd4cee5f4bb264" />
  <title type="html">How to Load xod file with range header request</title>
  <summary type="html" xml:space="preserve">
  i have seen demo of webviewer on homepage.I see the xod file is loaded really fast. I use Fiddler to capture request , i see that : webviewer usually send a hidden request url like : &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pdftron.com/xod/Restaurant_Guide_2010.xod?_=80097,368280&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pdftron.com/xod/Restaurant_Guide_2010.xod?_=80097,368280&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-04-12T19:19:49Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/029a8afc054dd058</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/029a8afc054dd058" />
  <title type="html">SmartAssembly obfuscator automatic memory release feature may cause errors</title>
  <summary type="html" xml:space="preserve">
  Q) &lt;br&gt; &lt;p&gt;A) &lt;br&gt; It sounds like SmartAssembly was somehow causing over 1gb of memory to be &lt;br&gt; released incorrectly. Then over time, as the freed memory gets overwritten, &lt;br&gt; you started getting random errors.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tomas Hofmann</name>
  <email/>
  </author>
  <updated>2013-04-12T17:25:32Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/4b3a66214628b88c</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/4b3a66214628b88c" />
  <title type="html">How to make underline annotations line up properly on rotated text</title>
  <summary type="html" xml:space="preserve">
  Q: When creating my own underline annotations, the line doesn&#39;t appear at &lt;br&gt; the right location. It can appear above or to the side of the text. &lt;br&gt; A: Underline annotations (and any Text Markup) will consider the line &lt;br&gt; between the first and second quad point to be the &amp;quot;bottom&amp;quot; of the &lt;br&gt; annotation. In the case of an underline annotation, this means that the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-04-12T00:55:37Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b442a86352014f2d</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/b442a86352014f2d" />
  <title type="html">Parsing / Saving Annotations from XFDF string</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; You currently support creating and loading annotations embedded within a &lt;br&gt; PDF FIle. However, we are storing annotations separately from our PDF files &lt;br&gt; and &amp;quot;side-loading&amp;quot; them when needed. The question is, does the PDFTron API &lt;br&gt; support parsing from these raw bytes. I have included some sample data
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-04-11T22:55:25Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/9fe0c73b74f410a3</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/9fe0c73b74f410a3" />
  <title type="html">PDF/A Conversion and validation using PDFTron</title>
  <summary type="html" xml:space="preserve">
  Q: &lt;br&gt; &lt;p&gt;We are searching for tools that can help us convert PDF/A compatible files &lt;br&gt; for our institutional repository. &lt;br&gt; &lt;p&gt;The initial plan is to check the compatibility of the user uploaded file, &lt;br&gt; then convert them if they are PDF/A convertible. So two functions are &lt;br&gt; needed: &lt;br&gt; &lt;p&gt;1) Is the file PDF/A convertible (only on pdf files, or can be doc and
  </summary>
  </entry>
  <entry>
  <author>
  <name>Support</name>
  <email/>
  </author>
  <updated>2013-04-11T18:38:41Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3e11f8648a65bf17</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/3e11f8648a65bf17" />
  <title type="html">How do I display a PDF form in a browser and allow the client to edit several specific fields?</title>
  <summary type="html" xml:space="preserve">
  Q: I want to display a PDF in a browser and allow the client to edit &lt;br&gt; several specific fields and retrieve the update doc. &lt;br&gt; --------- &lt;br&gt; A: &lt;br&gt; &lt;p&gt;You can use PDFTron WebViewer for the task. To find out more info about &lt;br&gt; WebViewer please see: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pdftron.com/pdfnet/webviewer/index.htmland&quot;&gt;[link]&lt;/a&gt; see a demo of the form-filling capabilities here:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anil</name>
  <email/>
  </author>
  <updated>2013-04-11T14:39:46Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/e2fbed026d13ee3a</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/e2fbed026d13ee3a" />
  <title type="html">TIFF to PDF via XPS</title>
  <summary type="html" xml:space="preserve">
  We used a tiff image that we render to xps and then convert the XPS to PDF, &lt;br&gt; this approach works for most tiff images except a few older tiff image &lt;br&gt; formats. For these tif documents(prior to 2002) the image conversion from &lt;br&gt; tiff to XPS returns an empty document, i was told that a pdf optimizer &lt;br&gt; would fix this issue.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan</name>
  <email/>
  </author>
  <updated>2013-04-10T18:17:21Z</updated>
  <id>http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/89aaf2705b8a951e</id>
  <link href="http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/89aaf2705b8a951e" />
  <title type="html">The actual page dimensions of the generated PDF differ from that specified by HTML2PDF.SetPageSize</title>
  <summary type="html" xml:space="preserve">
  Q) we want to make a pdf file with the following dimensions: 28cm by 40 cm, &lt;br&gt; using HTML2PDF.setPaperSize If we set these values in the code, we end up &lt;br&gt; with a pdf with dimensions 28,02cm by 40,01cm. We thought that the &lt;br&gt; dimensions do not match exactly is due to the fact that the file is created &lt;br&gt; in pixels. By increasing the number of dots per inch, we wanted to get a
  </summary>
  </entry>
</feed>
