Hello!
We have released new version of the Docotic.Pdf library. The new version brings improvements in text and image extraction as well as in other areas.
We added ability to check if an image painted transformed and ability to save such image as painted, i.e. taking into account rotation, scaling and other transformations that might be applied to the image. Another new feature is ability to save PDF pages as TIFF images.
The new version of Docotic.Pdf library adds support for PDF form XObjects. Such objects are often used for watermarks, backgrounds and repeatable objects. XObjects can be created from scratch or from existing pages (from current or other document). Using XObjects created from pages you can impose (combine) PDF pages onto larger (or same size) sheets to make books, booklets, or special arrangements. Please have a look at new samples that show how to create and use PDF form XObjects.
As with every release of the library, we also fixed some bugs. This version fixes bugs related to opening of existing PDF documents with forms, reading document permissions and processing of fonts and images.
Read about all new features and improvements in Docotic.Pdf 3.5 in Version History document
We encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions, suggest features or ask for help.
Posted in PDF Library
Hello!
Our clients often ask us how to read some data from a database and then write that data to a PDF document. Common use case is to get people names and a PDF template and create personalized documents for clients.
Let’s look how to do this with help of Docotic.Pdf. The demo application from this article will read names from database and then modify template PDF by putting the names on to the first page.
Read morePosted in PDF Library
Hello!
We released new version of Docotic.Pdf library.
The version 3.4 adds new major feature: PDF rasterizer. Now the library can be used to draw and print PDF documents. And of course you can save images of document pages in PNG and JPEG format. Take a look at PdfPage.Save and PdfPage.Draw methods. You might find new group of samples interesting too.
This version also features improved support for extraction of text and images. You can now extract text as collection of words (with their bounding rectangles) and even individual characters. We added new Extract text by words sample that demonstrates how to do this.
From now on the library might be used to extract page objects. I.e. you can get collection of text and image objects to perform sophisticated analysis of what’s drawn on a page. Take a look at Extract text and images sample to get an idea of what information could be retrieved.
The new version adds support for extraction of previously unsupported image types. You might also be interested in new ability to scale and resize existing images in PDF documents. This ability is useful for optimization of existing documents.
As with any release of Docotic.Pdf, we also fixed some bugs. This version fixes bugs related to opening of existing PDF documents and processing of fonts and images. We also made library to use less time and memory for opening of existing PDFs.
Read about all new features and improvements in Docotic.Pdf 3.4 in Version History document.
As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library
Hello!
I am pleased to announce that we’ve released new version of Docotic.Pdf library.
The version 3.3 brings support for XMP Metadata, improved text extraction and other improvements and bug fixes.
Starting from this version Docotic.Pdf can be used to read and modify documents metadata. You can edit any XMP schema and add new schemas. The library provides convenient way to access properties of well-known XMP schemas like Dublin Core or XMP Basic. There is also support for setting custom metadata values. Please take a look at PdfDocument.Metadata property and XmpMetadata class. Set custom metadata and Set XMP metadata samples can also might be useful to get an idea how to use the new feature.
The new version of the library fixes some bugs related to text extraction and brings new properties and methods that should give you even more control over the text extraction process. Please have a look at PdfTextData.Size and PdfTextData.Bounds properties and PdfDocument.GetText and PdfPage.GetText methods.
With help of the latest version of Docotic.Pdf you can easily reorder pages in PDF documents. We added new PdfDocument.MovePage, PdfDocument.MovePages and PdfDocument.SwapPages methods that can be used to change order of pages within document. We think that you might find them useful.
We also fixed some bugs related to opening of existing PDF documents, linearization and processing of TIFF images.
Read about all new features and improvements in Docotic.Pdf 3.3 in Version History document.
As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library
Hi!
We released new version of Docotic.Pdf library.
The version 3.1 brings improved accuracy of all calculations, new text extraction mode and support for shared scrips. And, as always, the new version contains fixes for some bugs in the library.
Read about other new features and improvements in Docotic.Pdf 3.1 in Version History document.
As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library
Hello!
I am pleased to announce that we’ve just released new major version of Docotic.Pdf library.
The Docotic.Pdf 3.0 adds support for advanced password protection. Now you can not only open but also create PDF files encrypted with AES 128 bit algorithm. And we’ve also added PdfDocument.IsPasswordProtected method that is useful if you need to know is a PDF requires a password in order to be opened.
Another major new feature is the ability to linearize PDF files and check if a file is linearized. As you know, linearization (also called Fast Web View optimization) helps to produce PDF files optimized for viewing in browser. We are sure you’ll find this new feature useful.
Starting with Docotic.Pdf 3.0 you can optimize images before adding them to PDFs and even change images in existing PDF files. Please take a look at RecompressWith* family of methods in PdfImage class and new Add single image frame to PDF document sample.
The new version of the library introduces support for Save Options. Using this feature you can fine-tune how PDF documents will be saved by the library. You can reduce size of PDF files or on the contrary save files in a human readable form (it may be useful for debugging purposes).
There are other improvements and bug fixes of course. As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library
Hi!
We’ve just released new version of Docotic.Pdf library.
The version 2.3 adds support for image extraction. Now the library can be used to extract embedded images from PDF documents. Images are extracted without any modifications or recompressions so you’ll get the same data as used in a document.
Another new feature is ability to extract or copy pages from existing documents. With this feature it’s possible to split a PDF in pages or make a copy of a PDF with only those pages that are needed.
Read about other new features and improvements in Docotic.Pdf 2.3 in Version History document.
As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library
Hello!
We in Bit Miracle understand that developers do work on free projects. Whether it an application for a charitable organization, a student’s thesis or just free side project it may benefit from a good PDF library sometimes. But what would you do if there is no budget for a paid solution?
You may find some free PDF libraries out there but they may be of low quality. Or you may find some free open-source PDF solution and begin thinking about how to use GPL / LGPL / AGPL licensed code in your closed source application.
We want to ease your work and so I am glad to announce that Docotic.Pdf Library is free for non-commercial use starting from version 2.2. We believe that it may be useful for developers searching for a good PDF library that provides high quality features and does not require you to make source code of your application open for everyone.
Read more about our free PDF library offering and write us.
Posted in PDF Library
Hello!
We are happy to announce the release of a new version of Docotic.Pdf Library.
The version 2.2 adds support for Forms Data Format files (FDF files). Now you can use Docotic.Pdf Library to import a form data from an FDF file or export data from your form into an FDF file for farther processing. Also, the PDF library now creates better looking PDF forms because we fixed some bugs in code related to form creation.
Another improvement we are proud of is speed. We made some optimizations and now the library performs up to 40 percent faster.
Read about other improvements in Docotic.Pdf 2.2 in Version History document.
As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library
Hello!
We’ve just released new version of Docotic.Pdf Library.
The version 2.1 contains improvements for parsing of existing PDF files. Also, the PDF library now works better with link annotations and actions.
Among other improvements are:
You can read Version History document at following location:
https://bitmiracle.com/pdf-library/help/version-history.html
As always, we encourage you to download and try the new version.
Please write us about your findings with Docotic.Pdf using e-mail or via the support form. Don’t hesitate to write us your questions or ask for help.
Posted in PDF Library