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

Notification

Icon
Error

New Topic Post Reply
Options
Go to last post Go to first unread
pashaz03  
#1 Posted : Saturday, June 17, 2017 2:26:59 AM(UTC)
Quote
pashaz03

Rank: Newbie

Groups: Registered
Joined: 6/17/2017(UTC)
Posts: 1

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
Paul Rayman  
#2 Posted : Sunday, June 18, 2017 4:50:13 PM(UTC)
Quote
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
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
Quick Reply Show Quick Reply
Users browsing this topic
Guest (3)
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.