logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Sunday, June 18, 2017 4:50:13 PM(UTC)
 
Hi,

There is no such functionality.

Just in case, I can suggest the ugly workaround :)

1. You can print your document to image and then create a PDF document from that image like shown here:
https://blog.patagames.c...ned-pages-in-your-c-code

2. Alternatively you can recognize that image and create searchable PDF like described here:
https://blog.patagames.c...e-pdf-from-scanned-pages
pashaz03 Posted: Saturday, June 17, 2017 2:26:59 AM(UTC)
 
Dear Support Team,

I have a question which demands something opposite to what your PdfPrintDocument class does. As I see, the PdfPrintDocument class renders a PDF file to any Windows printer. However I need it vice versa: rendering to a PDF file by calling the Graphics class methods. Is it possible? Actually I have RTF files which print out/display on windows by calling the Graphics methods. It would be great I could call the same Graphics methods but their output forwards to PDF instead of printer/screen.

Alternatively, your SDK might support a conversion from RTF to PDF. Is it possible?

Thanks,
Pavel