Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 2,736 for

importer document

(0.09 sec)
  1. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Remove Text Watermark from XLSX Using Python

    You can remove text watermark from XLSX using Python with an easy workflow. This guide also explains how to delete watermark in XLSX using Python in simple steps....reports, or client-ready documents, these marks may need to be...Python , allowing you to handle document cleanup without manually editing...

    kb.groupdocs.com/watermark/python/remove-text-w...
  3. Convert HTML to DOCX using Python

    Convert HTML to DOCX using Python with accurate styling. Easily export HTML to DOCX in Python while preserving layout, fonts, and images for editing and reuse....you can deliver consistent documents for proposals, invoices, reports...processing in your Python projects Import the necessary modules, including...

    kb.groupdocs.com/conversion/python/convert-html...
  4. OneNote to TXT ConvertOptions unclear - Free Su...

    Heyo, Trying to convert a .one file to a .txt as achieved here: https://products.groupdocs.app/conversion/one-to-txt I’m working in python, and as I go to use the function in groupdocs.conversion.options.convert, conv…...Conversion Product Family document-conversion janik May 20, 2025...this: from groupdocs_conversion import Converter from groupdocs_conversion...

    forum.groupdocs.com/t/onenote-to-txt-convertopt...
  5. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf Documents: Map<String, String> map1 = null; ByteArrayO…...Merged PDF documents missing Accessibility standards GroupDocs...are using: import com.groupdocs.merger.Merger; import com.groupdocs...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  6. Is GroupDocs.Editor compatible with the Xamarin...

    Hello, I have an iOS and Android mobile application developed with Xamarin.Forms. I am looking for a Document editor that I can integrate into this application. I came across GroupDocs.Editor while searching for an edi…... I am looking for a document editor that I can integrate...editor. .NET API to Edit Documents Using HTML Develop .NET Applications...

    forum.groupdocs.com/t/is-groupdocs-editor-compa...
  7. Quick start guide | GroupDocs

    Get started with GroupDocs.Markdown for Python via .NET in minutes -- convert Documents to Markdown with a single line of code...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...shows you how to convert documents to Markdown with GroupDocs...

    docs.groupdocs.com/markdown/python-net/quick-st...
  8. Convert PPTX to PDF using Node.js

    Step-by-step guide to convert PPTX to PDF using Node.js. Easily export PPTX to PDF in Node.js with simple code and quality output without installing extra software....script initializes by importing the document conversion module designed...Whether you’re building a document automation system, generating...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  9. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...Extract(document, extractionOptions); Am I...UseBackupPrivilege = true }; var document = Document.CreateFromFile(pFilePath);...

    forum.groupdocs.com/t/feature-request-allow-spe...
  10. Convert XLSX to MHTML using Python

    Convert XLSX to MHTML using Python to generate web-friendly spreadsheets. Learn how to export XLSX to MHTML in Python with styling and layout preservation....to MHTML conversion easily Import the Converter and WebConvertOptions...required Python library and importing the essential modules. Use...

    kb.groupdocs.com/conversion/python/convert-xlsx...