Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 7,785 for

page

(0.07 sec)
  1. Set license under Mono/Linux | GroupDocs

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...licenseStream ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/set-license-u...
  2. 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.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. Supported Image Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported image types. The Library supports JPG, BMP, PNG, TIF and many more....Description Join Split Extract pages Rotate Cross-format image merging...Compressed Enhanced Metafile Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/supported-image-f...
  5. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/saving-to-html...
  6. Sign document with embedded and encrypted data ...

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....standard QR-code entries Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/sign-embed-an...
  7. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....GroupDocs Products Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/
  8. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/how-to-run-examp...
  9. In-Paragraph List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in HTML Document format. In-Paragraph List in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  10. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Search text in Emails Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/net/extract-data-from...