Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 229 for

loadoptions in comparison

(0.04 sec)
  1. Use advanced logging | Documentation

    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...
  2. Migration Notes | Documentation

    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/
  3. Pre-rasterize | Documentation

    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/
  4. Use redaction callback | Documentation

    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-...
  5. Merge pages from various documents | Documentation

    This article explaIns how to merge some pages from different documents Into sIngle PDF, DOCX, Excel or PowerPoInt document usIng GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...new Merger ( filePath , loadOptions )) { merger . Join ( filePath2...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  6. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Comparison Product Solution GroupDocs...Parser ( filePath , new LoadOptions ( password ))) { // Check...

    docs.groupdocs.com/parser/net/password-protecte...
  7. Password-protected documents | Documentation

    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...
  8. How to merge images to PDF using C# | Documenta...

    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...
  9. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content In HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....Comparison Product Solution GroupDocs...groupdocs.viewer.options.LoadOptions ; import java.io.FileInputStream...

    docs.groupdocs.com/viewer/java/render-archive-f...
  10. OCR Usage Basics | Documentation

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

    docs.groupdocs.com/redaction/java/ocr-usage-bas...