Print Page | Close Window

Pdf text to Pdf image

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=3396
Printed Date: 11 May 25 at 5:21PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Pdf text to Pdf image
Posted By: krvelkov
Subject: Pdf text to Pdf image
Date Posted: 12 Oct 16 at 8:55AM
Delphi desktop App.
I have to make WEB readable PDF file from LOCAL readable PDF file (cyrilic - Windows 1251). I embed fonts, but there is no change of text. May be I have to select ALL the text, and change font, but don't know how to do it and it's seems to me complicated?
So is there way just to open local PDF and picture every page as new image page in new PDF file ? It seems easyest way to me?



Replies:
Posted By: Ingo
Date Posted: 12 Oct 16 at 8:05PM
Hi,

you can't expect to change a pdf font layout only by embedding a file with another font family.
It's hard stuff what you wanna do ;-)
Your second idea making images from each pdf-page into a new pdf-file isn't a tricky but an easy job with QuickPDF.

To render pdf-pages to images you can use
RenderPageToFile:
http://www.debenu.com/docs/pdf_library_reference/RenderPageToFile.php
...ToString, ...ToStream, ... are available, too.
How to create a new pdf from image-pages you can read here:
http://www.debenu.com/kb/convert-an-image-to-a-pdf-programmatically/
This code snippet you can insert into a loop where you're working with your images.
 
Cheers and welcome here,
Ingo



-------------
Cheers,
Ingo



Posted By: krvelkov
Date Posted: 13 Oct 16 at 7:39AM
Thank You!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk