Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 1,770 for

image to pdf

(0.04 sec)
  1. Features Overview | Documentation

    a feature-rich document data parsing API that allows To create a template with data field definitions, table definitions. Then it's easy To use the template To parse and extract data such as prices, invoices, tables from your typical documents.... Extract Images GroupDocs.Parser supports Images extraction...returns all info about document images and allows to save them. Extract...

    docs.groupdocs.com/parser/net/features-overview/
  2. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in HEIF/HEIC Images. For more details please refer To the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC Images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...formats / Images / Working with metadata in HEIF/HEIC images Working...with metadata in HEIF/HEIC images Leave feedback Working with...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer To Supported document formats. Detecting the exact type of a document The following sample of code will help you To detect the exact type of a loaded diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method To obtain file format information advanced_usage.... a PDF document Extract the root metadata...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Pre-rasterize | Documentation

    This article shows how To pre-rasterize a document using the redaction API....document with searchable text and images. In order to do that, you will...to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  5. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....annotations for your documents and images within your .NET applications...spreadsheets, presentations, images, PDF files, webpages, email messages...

    blog.groupdocs.com/annotation/annotate-word-doc...
  6. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path To your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  7. Load a password-protected document | Documentation

    This example demonstrates how To load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path To your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  8. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like To present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face To each other). In this release we’ve implemented functionality that allows users To use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....FileInputStream(new File("E:\\\\Images\\\\smile.jpeg")); byte\[\]...improved support for native PDF and Word annotations and added...

    blog.groupdocs.com/annotation/save-annotations-...
  9. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID To work with a document. But it’s not very comfortable for users To work with GUIDs. So in your app, you can use two methods To upload a file To a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF)...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  10. Exporting metadata properties | Documentation

    This article provides the knowledge that how To export metadata properties To an Excel workbook in Java...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/exporting-meta...