Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 11,368 for

format

(0.05 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/java/add-componen...
  2. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for Java convert options specific to various document types...email attachment to different format Convert to Image with advanced...

    docs.groupdocs.com/conversion/java/conversion-o...
  3. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....document file type, extension, format name etc. - indicates count...

    docs.groupdocs.com/merger/net/get-document-info...
  4. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original Format overwriting original file redactor.save(options); } } finally { redactor....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. GroupDocs.Metadata for Node.js via Java | Group...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....information from all popular file formats. Java metadata changer API...Main features Supported file formats GET STARTED System requirements...

    docs.groupdocs.com/metadata/nodejs-java/
  6. Extract text from PDF documents | GroupDocs

    Learn how to extract text from PDF documents using GroupDocs.Parser for .NET. Extract text from entire PDF or specific pages with error handling. Includes PDF text extraction library C# examples....Extract data from various formats / Extract data from PDF documents...Console . WriteLine ( string . Format ( "Page {0}/{1}" , p + 1 ,...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other Formats with just a couple of lines of JavaScript code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  8. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other Formats with just a couple of lines of Java code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/java/convert/
  9. Sign document with Digital signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....cryptography standards, such as PFX format, are commonly used for this...any other supported document format in the same way. using ( Signature...

    docs.groupdocs.com/signature/net/sign-document-...
  10. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...note that the msg format is a “container” format (e.g. can contain...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...