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

format

(0.07 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Read and Update BitTorrent Metadata using Group...

    Good news for Java users! We are delighted to announce the monthly release of GroupDocs.Metadata for Java 18.4. The latest version allows you to read and update BitTorrent file Format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now fixed. We recommend you to download the latest version for a better experience....and update BitTorrent file format metadata, read DublinCore metadata...in EPUB, DOCX, and PDF file formats Using unified approach for...

    blog.groupdocs.com/metadata/read-and-update-bit...
  5. GroupDocs.Watermark for Python via .NET 25.12 –...

    Explore what’s new in GroupDocs.Watermark for Python via .NET 25.12. Available now on Pypi and GroupDocs website....enhance product stability and formatting accuracy. Fixes and enhancements...Fixed incorrect watermark formatting when processing Word documents...

    blog.groupdocs.com/watermark/groupdocs-watermar...
  6. Add Microsoft Office Files, PDF and Image Annot...

    GroupDocs.Annotation for .NET is a downloadable library that allows developers to add cross-platform, multi-Format document annotation functionality to any web-based app or site. Recently we’ve created an add-on specifically for Concrete5 users to make it easy to integrate the library into their websites. The add-on has been approved by Concrete5 admins and is now available for download from the official Concrete5 marketplace. How can Concrete5 site owners and developers benefit from this release?...to add cross-platform, multi-format document annotation functionality...your website. Supported file formats include: PDF and Microsoft...

    blog.groupdocs.com/annotation/add-microsoft-off...
  7. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file Formats....to export popular document formats to clean Markdown. GroupDocs...visible content and expanded SVGZ format conversions, along with customizable...

    blog.groupdocs.com/
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file Formats....to export popular document formats to clean Markdown. GroupDocs...visible content and expanded SVGZ format conversions, along with customizable...

    blog.groupdocs.com/
  9. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...OST documents to different formats Convert each email attachment...attachment to different format Convert to HTML with advanced options...

    docs.groupdocs.com/conversion/net/conversion-op...
  10. 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...