Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 210 for

loadoptions in comparison

(0.05 sec)
  1. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document usIng the redaction API....Comparison Product Solution GroupDocs...( @"sample.docx" ), new LoadOptions ( preRasterize )) { // Make...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  2. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The followIng are the steps to work with password protected documents. Instantiate the Loadoptions object; Set password In Loadoptions(StrIng) constructor; Create Parser object and call any method. The followIng code sample shows how to process password protected documents. try { StrIng password = "123456"; // Create an Instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new Loadoptions(password))) { // Check if text extraction is supported if (!...Comparison Product Solution GroupDocs...Constants . SamplePassword , new LoadOptions ( password ))) { // Check...

    docs.groupdocs.com/parser/java/password-protect...
  3. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET sInce version 19.9: Redactor class Introduced as a sIngle entry poInt to manage the document redaction process (Instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods In Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor Loadoptions(DocumentFormatConfiguration) was removed....Comparison Product Solution GroupDocs...RasterizationOptions) . Constructor LoadOptions(DocumentFormatConfig) was...

    docs.groupdocs.com/redaction/net/migration-notes/
  4. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The followIng are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the Loadoptions object and pass the document format In Loadoptions(FileFormat) constructor; Create Parser object and call any method....Comparison Product Solution GroupDocs...new Parser ( stream , new LoadOptions ( FileFormat . Markup )))...

    docs.groupdocs.com/parser/java/loading-specific...
  5. Render text documents as HTML, PDF, and image f...

    Convert text files to HTML, PDF, PNG, or JPEG usIng the GroupDocs.Viewer Python API. Learn how to render various file formats....Comparison Product Solution GroupDocs...groupdocs.viewer.options import LoadOptions , PdfViewOptions def ren...

    docs.groupdocs.com/viewer/python-net/render-tex...
  6. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes durIng redaction process...Comparison Product Solution GroupDocs...( "\\Sample.docx" , new LoadOptions (), new RedactorSettings...

    docs.groupdocs.com/redaction/net/use-redaction-...
  7. Use advanced logging | GroupDocs

    Learn advanced loggIng techniques available In the redaction API...Comparison Product Solution GroupDocs...Redactor ( stream , new LoadOptions (), new RedactorSettings...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java sInce version 19.6: Redactor class Introduced as a sIngle entry poInt to manage the document redaction process (Instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods In Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor Loadoptions(DocumentFormatConfiguration) was removed....Comparison Product Solution GroupDocs...RasterizationOptions) . Constructor LoadOptions(DocumentFormatConfig) was...

    docs.groupdocs.com/redaction/java/migration-notes/
  9. OCR Usage Basics | GroupDocs

    This article explaIns that how to Integrate any paid or free OCR solution....Comparison Product Solution GroupDocs...( "\\Sample.docx" , new LoadOptions (), new RedactorSettings...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  10. How to merge images to PDF using C# | GroupDocs

    Learn how to merge images to PDF file, combIne images Into one PDF file programmatically In C# language usIng GroupDocs.Merger for .NET library....Comparison Product Solution GroupDocs...@"c:\sample1.jpeg" , new LoadOptions ( FileType . PDF ))) { //...

    docs.groupdocs.com/merger/net/getting-started/u...