Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 10,539 for

format

(0.03 sec)
  1. Metadata Editor Powered by GroupDocs.Metadata f...

    Are you looking for some metadata editing tool to manipulate your files? Your search is over as the Metadata Editor powered by GroupDocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the metadata inFormation attached with the supported file Formats using GroupDocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the basic features exposed by the ....attached with the supported file formats using GroupDocs.Metadata for...Load/view metadata of any supported format Edit and update metadata information...

    blog.groupdocs.com/metadata/metadata-editor-pow...
  2. Online Document Viewer Add-on from GroupDocs is...

    We’re glad to announce the launch of the GroupDocs Viewer add-on for Mozilla Firefox. This add-on allows you to embed documents using a Firefox browser. Access your GroupDocs account without having to log in each time you want to manage files. GroupDocs’ online document viewer allows you to view, read, and share documents easily and effectively. Managing cross-version issues and file Format compatibility are some of the issues that GroupDocs Viewer overcomes....cross-version issues and file format compatibility are some of the...supports all popular file formats. Upload documents to GroupDocs...

    blog.groupdocs.com/viewer/online-document-viewe...
  3. GroupDocs.Assembly for .NET – Generate Word & P...

    GroupDocs.Assembly for .NET is a comprehensive library for generating documents and reports by merging your templates and data. With GroupDocs.Assembly, you can generate any type of document that requires custom data input. These could be invoices, NDAs, sales quotes, employment letters, reports, etc. The library supports Microsoft Word, Excel and PDF templates, and allows you to save the final, assembled documents in either of these Formats. Just like all GroupDocs libraries, GroupDocs....documents in either of these formats. Just like all GroupDocs libraries...(DOC/DOCX) or Excel (XLS/XLSX) format; create new templates with...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  4. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....different versions of PDF format. sets pdf format of the converted document...optimization options. specifies PDF formatting options. PdfOptimizationOptio...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for Java API....storage content to different formats The following code snippet...storage content to a different format based on the content type:...

    docs.groupdocs.com/conversion/java/load-persona...
  6. Add component to the document | Documentation

    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...
  7. Conversion options by document family | Documen...

    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...
  8. Get document information | Documentation

    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...
  9. Extract Data from Invoices or Receipts in C# us...

    Parse invoices or receipts and extract data programmatically using C#. Use .NET document parsing API in ASP.NET, WCF, or WPF to extract text from documents....transactions in a particular format when buying or selling of the...

    blog.groupdocs.com/parser/extract-data-from-inv...
  10. Save overwriting original file | Documentation

    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...