Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 11,371 for

format

(0.52 sec)
  1. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/net/add-component...
  2. Common conversion options | GroupDocs

    This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....convert options for a target format Add watermark Convert N consecutive...

    docs.groupdocs.com/conversion/net/common-conver...
  3. Custom provided fonts not working during MSG fi...

    Thank you. This works for the powerpoint example I shared. However, I am getting a different error when running the program on an MSG file with version 25.2.0. Is there something I need to do differently? Should I open …...Also specify the output file format. agilelaw February 28, 2025...

    forum.groupdocs.com/t/custom-provided-fonts-not...
  4. 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...
  5. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file Format inFormation. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. GroupDocs.Viewer Product Family

    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....as the rendering of OTP file format and setting default font for...support of Mobipocket e-book format. Furthermore, 7 issues being...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. Fail Converting PDF to MD with images and urls ...

    Hey, I have been trying to use GroupDocs to convert pdf files to markdown files. Sadly when trying to convert pdf files with images and urls the images vanish and the urls just stay as highlighted text in the md document…...new WordProcessingConver { Format = WordProcessingFileTy.Md };...converting directly from .pdf to .md format indeed has issues. We have...

    forum.groupdocs.com/t/fail-converting-pdf-to-md...
  8. Symbol font in Word is not reproduced in HTML o...

    We are using GroupDocs.Conversion to convert to HTML and PDF, but wherever the Symbol font is used in our docs, the output is an empty no-glyph-available box. The formulas with the Symbol chars in them are actually crit…...also clarify which document formats you’re converting to PDF, as...that input document is of DOCX format, and you want to convert it...

    forum.groupdocs.com/t/symbol-font-in-word-is-no...
  9. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more inFormation on the Photoshop file Format and metadata blocks that can be attached to images of different Formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileFormatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file Format) from a JPEG image....Managing metadata for specific formats / Images / Working with metadata...information on the Photoshop file format and metadata blocks that can...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....Editor automatically detects the format of input document and applies...note that not all document formats have appropriate classes, that...

    docs.groupdocs.com/editor/java/load-document/