Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 244 for

loadoptions in comparison

(1.22 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machIne-readable documentation, an MCP server, AGENTS.md shipped Inside the pip package, and runnable code examples for AI-driven document pipelInes....Comparison Product Solution GroupDocs...format-specific rendering tweaks LoadOptions , ArchiveOptions , CadOptions...

    docs.groupdocs.com/viewer/python-net/agents-and...
  5. 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/
  6. 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...
  7. 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...
  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 In Java....Comparison Product Solution GroupDocs...( "\\Sample.docx" , new LoadOptions (), new RedactorSettings...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  10. 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-...