This section describes GroupDocs.Merger for Java supported audio types. The Library supports WAV and many more....Editor Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Merger...
This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Editor Product Solution GroupDocs...export all replacements to a file, use the method. To import character...
The page describes how to add components to a document using GroupDocs.Annotation API....Editor Product Solution GroupDocs...components are specific to the file format. That means you cannot...
The following example demonstrates how to save the document as a rasterized PDF File:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Editor Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...
The page describes how to add components to a document using GroupDocs.Annotation API....Editor Product Solution GroupDocs...components are specific to the file format. That means you cannot...
The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...To load a password protected file, follow these steps: Instantiate...
Render documents as HTML, PDF, JPEG, or PNG with GroupDocs.Viewer for Python. No third-party software needed!...Editor Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files. You no longer need third-party...
This article explains that how to extract images from Microsoft Office Word (.doc, .docx) documents...Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...
Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...are embedded within the HTML file: using ( Converter converter...
This article explains that how to extract images from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Editor Product Solution GroupDocs...supported for CSV files. Therefore, for CSV file method returns...