Hi!
We released new version of LibTiff.Net library. This version features improved support for files produced by legacy TIFF writers. LibTiff.Net 2.3 also contains some bug fixes and 11 new samples.
As always, you can download binaries or source code package with tests here:
https://bitmiracle.com/libtiff/
Please don’t hesitate to contact us using e-mail or via the support form. We’ll be happy to hear about your findings with this version. And we’ll be glad to receive any file that can not be processed by the library.
Posted in LibTiff, Open Source
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
Hi!
We’ve just released new version of LibTiff.Net library. This version contains some bug fixes, new sample and new OJPEG codec (only decompression).
Initially we were reluctant to add this codec to the library because Old-style JPEG encoding (as defined in the TIFF 6.0 specification) is considered obsolete but it turned out that our users need such codec. Some applications (scanners and faxes, mostly) still produce images encoded with OJPEG encoding. Hopefully, now LibTiff.Net will help more users get their job done.
As always, you can download binaries or source code package with tests here:
https://bitmiracle.com/libtiff/
Please don’t hesitate to contact us using e-mail or via the support form. We’ll be happy to hear about your findings with this version. And we’ll be glad to receive any file that can not be processed by the library.
Posted in LibTiff, Open Source
Hi everybody!
We in Bit Miracle believe in knowledge and expertise sharing. So, I am pleased to announce that we have published a new article on Codeproject site.
The “Creating documentation for a .NET component with Sandcastle Help File Builder” article is about creating documentation within your code. The article also shows how to write additional topics and compile the help file using Sandcastle Help File Builder.
Good documentation is an important part of a successful product. Creating full and comprehensive description of functions and capabilities of a software product or component takes time and patience. In the article mentioned above I described some practical aspects of creating documentation for .NET components.
Please read “Creating documentation for a .NET component with Sandcastle Help File Builder” on Codeproject site. I hope that you will find some useful tips in the article.
Posted in General
Hello!
Last year we released free and open source LibTiff.Net library. The library is a port of original libtiff library and we thought that you may be interested to know how we have ported the code from C to C#.
So, we have published “Adapting old code to new realities” article on Codeproject site. The article describes a useful technics for transforming old-style C/C++ code to fully managed C# code. These methods were used for porting classic libjpeg and libtiff libraries to .NET Framework.
Please read “Adapting old code to new realities” on Codeproject site. We hope that you will find the article interesting.
Posted in General, LibJpeg, LibTiff, Open Source
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
Hello!
After months of work we’ve released second major version of Docotic.Pdf Library.
The new version contains many small and big improvements. Some of them are:
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. We love to receive feedback from our users.
Posted in PDF Library