Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 217 for

loadoptions in comparison

(0.73 sec)
  1. 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-...
  2. 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...
  3. Working with slide backgrounds | GroupDocs

    The API allows you to extract Information about all the slide backgrounds, RemovIng a particular background and AddIng watermark to all background images...Comparison Product Solution GroupDocs...PresentationGetSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. Email messages | GroupDocs

    Learn how to add watermark In Outlook email messages....Comparison Product Solution GroupDocs...EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/email-messages/
  5. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoInt presentations. Add watermark to particular slide with simple or advanced settIngs easily....Comparison Product Solution GroupDocs...ToSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Load custom fonts | GroupDocs

    This article explaIns how to load custom fonts PDF, Word, Excel, PowerPoInt documents when usIng GroupDocs.Comparison for Java....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Java...

    docs.groupdocs.com/comparison/java/load-custom-...
  7. Email messages | GroupDocs

    Learn how to add watermark In Outlook email messages....Comparison Product Solution GroupDocs...EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/net/email-messages/
  8. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...flatten all fields: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...CsvLoadOptions loadOptions = new CsvLoadOptions ();; loadOptions . setConvertDateTimeDa...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  10. Specify encoding when loading documents | Group...

    This article explaIns how to specify encodIng when loadIng documents with GroupDocs.Viewer withIn your Java applications....Comparison Product Solution GroupDocs...you can set charset using LoadOptions class. In the following code...

    docs.groupdocs.com/viewer/java/specify-encoding...