Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 11,109 for

format

(0.06 sec)
  1. ICO to PDF conversion failing in Java - Free Su...

    I am using version 25.2.1 of GroupDocs.Conversion. When I attempt to convert a ICO file to PDF, I get the following stack trace: java.lang.RuntimeException: class com.groupdocs.conversion.exceptions.FileTypeNotSupported…...this is the output: **Source format**: Icon File (ico) **Primary...

    forum.groupdocs.com/t/ico-to-pdf-conversion-fai...
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Signature uses embedded json format serialization but allows user...serialization like JSon or custom data format */ public class CustomSerializationA...

    docs.groupdocs.com/signature/java/search-embed-...
  3. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Third and last question from us for now - Free ...

    We would like to use GroupDocs.Conversion to convert DOCX’s to and from the flat XML Format (flat OPC).  From your responses to our other recent requests, it seems that Conversion is more about producing human-friendly …...DOCX’s to and from the flat XML format (flat OPC). From your responses...

    forum.groupdocs.com/t/third-and-last-question-f...
  5. Generate previews | Documentation

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser API...Set PNG as an output image format previewOptions . PreviewFormat...Set PNG as an output image format previewOptions . PreviewFormat...

    docs.groupdocs.com/parser/net/generate-previews/
  6. Saving | Documentation

    Learn more about document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc...comparison result in different format Was this page helpful? Not...

    docs.groupdocs.com/comparison/net/saving/
  7. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...first of all please say — which format this particular document has...Combine("Output folder path", string.Format("{0}-embedded-page{{0}}.html"...

    forum.groupdocs.com/t/different-visualization-t...
  8. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......extensions list Create custom format handler Create PDF with Image...

    docs.groupdocs.com/redaction/net/advanced-usage/
  9. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Node.js via Java.... log ( `Document info file format: ${ documentType . getFileFormat...

    docs.groupdocs.com/merger/nodejs-java/get-docum...
  10. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....contain High-Efficiency Image Format HEIF images. In this article...the Exchangeable Image File Format is the standard that defines...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...