Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 3,222 for

file editor

(0.87 sec)
  1. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Editor Product Solution GroupDocs...data embedded in the document file itself, like PDF. But other...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  2. Add component to the document | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-componen...
  3. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....Editor Product Solution GroupDocs...metadata across a variety of file formats. Whether you are building...

    docs.groupdocs.com/metadata/net/use-cases/
  4. GroupDocs.Metadata Overview | GroupDocs

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Editor Product Solution GroupDocs...unified way regardless of the file format. Why use GroupDocs.Metadata...

    docs.groupdocs.com/metadata/net/product-overview/
  5. Extract images from document page | GroupDocs

    Learn how to extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....Editor Product Solution GroupDocs...Image { idx + 1 } : { image . file_type } , size: { image . rectangle...

    docs.groupdocs.com/parser/python-net/extract-im...
  6. Custom logging | GroupDocs

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Editor Product Solution GroupDocs...types of messages in the log file: Error - for unrecoverable exceptions...

    docs.groupdocs.com/signature/net/how-to-impleme...
  7. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Editor Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Get Extended Information on the Summary Page | ...

    Generate a summary page with extended statistics (per-section counts, page metrics) for the comparison result using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...docx source.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  9. Setting the Author of Changes | GroupDocs

    Set a custom revision-author name on tracked changes in the Word comparison result via revision_author_name on CompareOptions in GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...docx source.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  10. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Editor Product Solution GroupDocs...Processing document template file has been used. Therefore, the...

    docs.groupdocs.com/assembly/java/use-of-in-line...