Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 5,761 for

file merger

(0.86 sec)
  1. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for Java....Merger Product Solution GroupDocs...resources: only CSS. Audio files: only MP3 (appear in version...

    docs.groupdocs.com/editor/java/working-with-res...
  2. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Merger Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  3. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Merger Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  4. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Merger Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  5. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for Python via .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your Python applications...Merger Product Solution GroupDocs...images as Base64, save to the file system, skip images, or use...

    docs.groupdocs.com/markdown/python-net/develope...
  6. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Merger Product Solution GroupDocs...// ... }; // sign document to file signature . Sign ( "signedSample"...

    docs.groupdocs.com/signature/net/processes-canc...
  7. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Merger Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs...formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  9. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Merger Product Solution GroupDocs...annual-report.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/heading-offset/
  10. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Merger Product Solution GroupDocs...// ... }; // sign document to file signature . sign ( "Signed.pdf"...

    docs.groupdocs.com/signature/java/processes-can...