Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 210 for

loadoptions in comparison

(0.06 sec)
  1. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settIngs and many other powerful features of GroupDocs.Editor for .NET....Comparison Product Solution GroupDocs...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); loadOptions . Password...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  2. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....Comparison Product Solution GroupDocs...; // ... LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  3. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document usIng GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs...password load_options = gm . LoadOptions () load_options . password...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  4. GroupDocs Holiday Offer – 25% off GroupDocs.Tot...

    Share this issue: Monthly NewsletterJanuary 2019 25% off GroupDocs.Total OR 24 bottles of Award-WInnIng Pirathon Total Shiraz WIne GroupDocs.Total brIngs together all GroupDocs APIs In one product suite and is great value for money. This holiday season GroupDocs is makIng it even better value by givIng you 25% off GroupDocs.Total. Simply enter the coupon code HOLOFF2018 when placIng your order. Alternatively, treat yourself with 24 Bottles of Award-WInnIng Pirathon Total WIne (worth over $1500).... Just initialize LoadOptions and pass the password for...choose DocFormat and pass LoadOptions as a parameter to work password...

    blog.groupdocs.com/total/groupdocs-holiday-offe...
  5. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by usIng .NET redaction API...Comparison Product Solution GroupDocs...password load_opt = gro . LoadOptions ( "mypassword" ) # Specify...

    docs.groupdocs.com/redaction/python-net/load-pa...
  6. Developer Guide | GroupDocs

    The Developer Guide section explaIns all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editIng Microsoft Office formats programmatically In Node.js applications....Comparison Product Solution GroupDocs...options (optional) const loadOptions = new groupdocsEditor . ...

    docs.groupdocs.com/editor/nodejs-java/developer...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format usIng GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs...format load_options = gm . LoadOptions ( gm . common . FileFormat...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  8. Loading specific file formats | GroupDocs

    Learn how to load specific file formats manually usIng Loadoptions In GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email files In C#....Comparison Product Solution GroupDocs...new Parser ( stream , new LoadOptions ( FileFormat . Markup )))...

    docs.groupdocs.com/parser/net/loading-specific-...
  9. Use redaction callback | GroupDocs

    In order to reject specific changes durIng redaction process or to keep a full log of changes In the document, you need to set Redactor.RedactionCallback property, to a class implementIng IRedactionCallback Interface. The Interface contaIns only one method, AcceptRedaction, which receives detailed Information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumpIng changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Comparison Product Solution GroupDocs...( "\\Sample.docx" , new LoadOptions (), new RedactorSettings...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. Update annotations | GroupDocs

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents usIng GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...dispose (); } } LoadOptions tmp0 = new LoadOptions (); // Open annotated...

    docs.groupdocs.com/annotation/java/update-annot...