Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 215 for

loadoptions in comparison

(0.18 sec)
  1. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually usIng Loadoptions In GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...format: Instantiate the LoadOptions object and pass the document...

    docs.groupdocs.com/parser/python-net/load-speci...
  2. Load Spreadsheet document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...and hide comments: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. Load password-protected documents | GroupDocs

    This article explaIns how to open password-protected document with GroupDocs.Viewer withIn your .NET applications....Comparison Product Solution GroupDocs...password. LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/viewer/net/load-password-pro...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java sInce version 20.1: Watermarker class is Introduced as a sIngle entry poInt to manage watermarks In the document (Instead of Documentclass from previous versions). AddIng watermarks was unified for all supported document formats. Product architecture was redesigned from scratch In order to simplify passIng options to manage watermarks. Document Information and preview generation procedures were simplified....Comparison Product Solution GroupDocs...To Migrate? Here is brief comparison of how to manage watermarks...

    docs.groupdocs.com/watermark/java/migration-notes/
  5. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handlIng examples and supported encryption types....Comparison Product Solution GroupDocs...constructor Create object with LoadOptions Call any extraction method...

    docs.groupdocs.com/parser/net/password-protecte...
  6. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions . setHideComments...

    docs.groupdocs.com/conversion/java/load-wordpro...
  7. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...and hide comments: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Load password-protected documents | GroupDocs

    This article explaIns how to load password-protected PDF, Word, Excel, PowerPoInt documents when usIng GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...follow these steps: Create a LoadOptions object and specify the document...

    docs.groupdocs.com/parser/python-net/load-passw...
  9. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loadIng of external resources durIng conversion...Comparison Product Solution GroupDocs...document types: Document Type LoadOptions Class Web/HTML Word Processing...

    docs.groupdocs.com/conversion/net/skip-loading-...
  10. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to Loadoptions class constructor or assign it to its Password property of an Instance of Loadoptions class: Loadoptions Loadoptions = new Loadoptions("mypassword"); fInal Redactor redactor = new Redactor("protected_sample.docx", Loadoptions); try { // Here we can use document Instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } fInally { redactor.close(); }...Comparison Product Solution GroupDocs...to pass your password to LoadOptions class constructor or assign...

    docs.groupdocs.com/redaction/java/load-password...