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

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, November 5, 2020 2:10:35 PM(UTC)
Abdul Rahman

Groups: Registered
Posts: 60


I need to create a PDF from scratch. Is it possible with leadtools? I have text, font, font size, text position, paper size. I also have a Document Image Suite License. Do we need any extra license? Or what I have is.enough? If so any examples create pdf from scratch using leadtools? Please assist
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, November 5, 2020 5:27:20 PM(UTC)
Josh Clark

Groups: Registered, Tech Support, Administrators
Posts: 54

Thanks: 2 times
Was thanked: 10 time(s) in 10 post(s)

Hello Abdul,

Unfortunately, we do not currently support document creation from scratch in version 21. However, we do support a wide variety of formats that you can use as a base such as raster based images, that can be processed with OCR, or vector based text formats like DOCX, RTF, TXT, EMF, SVG, etc. You can convert your initial file using the DocumentConverter class which can perform OCR automatically on raster based image elements so that the text will be searchable and highlightable.

https://www.leadtools.co...h/doxc/introduction.html
https://www.leadtools.co...c/documentconverter.html

If starting with a text format such as RTF, you can rasterize this on load, creating an image based document, with specified parameters such as margin size, page size, and resolution. This would be using our RasterCodecs class.

https://www.leadtools.co.../dh/co/introduction.html
https://www.leadtools.co.../dh/co/rastercodecs.html
https://www.leadtools.co...o/rastercodecs-load.html
https://www.leadtools.co...o/rastercodecs-save.html
https://www.leadtools.co...documentloadoptions.html
https://www.leadtools.co...l/rasterimageformat.html

Besides the Document SDK and our RasterCodecs libraries, we also offer support for enumerating and processing the actual elements of a PDF through our PDFFile and PDFDocument classes.

https://www.leadtools.co...dh/pdf/introduction.html
https://www.leadtools.co.../v20/dh/pdf/pdffile.html
https://www.leadtools.co.../dh/pdf/pdfdocument.html
Josh Clark
Developer Support Engineer
LEAD Technologies, Inc.

LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.081 seconds.