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

format

(0.41 sec)
  1. Compare OneNote with Tables in GroupDocs.Compar...

    We are pleased to announce another monthly release of GroupDocs.Comparison for .NET 17.12. This release covers 2 new features, some improvements and bug fixes. API allows comparison of PDF documents with hyperlinks in the content and tables comparison for OneNote documents. Aside these features, count of changes on summary page is improved. We’d recommend you to download latest version of the API and share your document comparison experience. Document Conversion API for ....Downloads - MSI Package and Zipped Format Nuget Package - NuGet Install...

    blog.groupdocs.com/comparison/compare-onenote-t...
  2. Loading files | GroupDocs

    The listed articles below explain how to load password-protected documents and load files from different sources....stream Load a file of a specific format Load a password-protected document...

    docs.groupdocs.com/metadata/net/loading-files/
  3. Generate previews | GroupDocs

    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/
  4. Email signature-image overlays text when conver...

    Hello, Converting the attached email to PDF causes some image from the signature, to overlay the text. We were using GroupDocs.Total 25.2 for .NET Framework with the following code: var settings = new Conv…... The output format was changed, see output-25-5...

    forum.groupdocs.com/t/email-signature-image-ove...
  5. GroupDocs.Conversion for Python 25.12 – Latest ...

    Explore what’s new in GroupDocs.Conversion for Python 25.12. Available now on NuGet and GroupDocs website....where converting Rich Text Format documents to PDF produced incorrect...

    blog.groupdocs.com/conversion/groupdocs-convers...
  6. Working with metadata in PDF documents | GroupDocs

    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...
  7. Advanced Usage | GroupDocs

    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/java/advanced-usage/
  8. Get Image Representation of Document Pages

    Getting image representation of document pages is one of the most successful feature that is already implemented in .NET version of the API. Keeping your interest in view, we’ve now implemented this feature for Java developers. GroupDocs.Comparison for Java 19.6 allows you to save document comparison results in image Format as well. What does it take to implement such a feature? You just have to pass the output folder path to convertToImages method and API will take care of conversion mechanism itself....comparison results in image format as well. What does it take...comparing image with different formats? We added a class OriginalSize...

    blog.groupdocs.com/comparison/get-image-represe...
  9. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision inFormation from Word files....Extract data from various formats / Extract data from Microsoft...Console . WriteLine ( string . Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. Get HTML markup in different forms | GroupDocs

    Learn this article to know how to get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for .NET API....//opening document for editing with format-specific edit options Piece...document in its own intermediate format and is able to generate HTML...

    docs.groupdocs.com/editor/net/get-html-markup-i...