Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 1,712 for

pdf output formatting

(1.63 sec)
  1. How to Run Examples | GroupDocs

    Clone the GitHub examples repository, install dependencies into a virtual environment, optionally apply a license, and run every documented example end to end — locally, inside Docker, or on GitHub Actions....├── convert_docx_to_pdf.py │ ├── convert_pdf_pages_to_png.py │...hive.py │ ├── annual-review.pdf │ ├── business-plan.docx │ └──...

    docs.groupdocs.com/conversion/python-net/how-to...
  2. Getting Possible Conversions | GroupDocs

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...supports a wide range of target formats for document conversion. While...determine the possible conversion formats for a specific source document...

    docs.groupdocs.com/conversion/java/get-possible...
  3. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....the original format and append a suffix to the output name save_options...save_options . rasterize_to_pdf = False save_options . redacted_file_suffix...

    docs.groupdocs.com/redaction/python-net/use-red...
  4. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....class DocumentSignatureDat { [Format("SignID")] public string ID...ID { get ; set ; } [Format("SAuth")] public string Author { get...

    docs.groupdocs.com/signature/net/search-for-emb...
  5. Extract Tables from Microsoft Office Word Docum...

    Learn how to easily extract table content from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....Extract data from various formats / Extract data from Microsoft...layout into a structured XML format. Tables are represented by...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  6. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....embed true type fonts in the output document. Default is false...form fields as form fields in PDF or convert them to text. Default...

    docs.groupdocs.com/conversion/net/load-wordproc...
  7. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Introduction Mobi format is an E-Book format, developed by the...in this format can contain text with rich formatting, images...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  8. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...documents of the Spreadsheet format family (like XLS, XLSX etc)...BoldItalic . Need to mention that PDF documents use only the fonts...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  9. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more....need to explicitly specify the format, configure font handling for...works with all common image formats including PNG, JPG, GIF, BMP...

    docs.groupdocs.com/conversion/net/load-image-do...
  10. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....html" ); // Creating an output adapter to the file Highlighter...highlighter ); // Generating HTML formatted text with highlighted occurrences...

    docs.groupdocs.com/search/net/work-with-search-...