Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 11,018 for

format

(0.12 sec)
  1. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image Formats.... Some spreadsheet formats may have only a single worksheet;...text-based separator-delimited formats ( , etc.). Size (dimensions)...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  2. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original Format overwriting original file redactor.save(options); } } finally { redactor....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more inFormation on the Photoshop file Format and metadata blocks that can be attached to images of different Formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileFormatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file Format) from a JPEG image....Managing metadata for specific formats / Images / Working with metadata...information on the Photoshop file format and metadata blocks that can...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....Editor automatically detects the format of input document and applies...note that not all document formats have appropriate classes, that...

    docs.groupdocs.com/editor/java/load-document/
  5. Saving documents | Documentation

    This section explains how to save document with different Formats and source with GroupDocs.Signature API....as images, save to another format. For more details please refer...signed documents with different formats Was this page helpful? Not...

    docs.groupdocs.com/signature/java/saving/
  6. Conversion to POTX is supported in GroupDocs.Co...

    Another monthly release of GroupDocs.Conversion for .NET 17.11 is on-board. This release comes with new document Formats support such as POTX and POTM. Cells to SVG and Diagram to SVG conversions are improved. Furthermore, some bug fixes are also announced. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Features Conversion from/to POTX and POTM Back and forth PPTM, PPSM documents conversion Implement conversion from/to XLTX and XLTM GroupDocs Document Conversion API - Improvements Check for unsupported Excel 95 XLS file Format and throw an exception Cells to SVG conversion improvement Improved Diagram to SVG conversion Set custom font directories GroupDocs....release comes with new document formats support such as POTX and POTM...unsupported Excel 95 XLS file format and throw an exception Cells...

    blog.groupdocs.com/conversion/conversion-potx-s...
  7. Introducing GroupDocs.Assembly for Java | Docum...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s Format or in the specified output Format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....template’s format or in the specified output format. Since GroupDocs...to produce a document in a format which satisfies a particular...

    docs.groupdocs.com/assembly/java/introducing-gr...
  8. Loading | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Conversion for .NET API....default load options for a source format Load password-protected document...

    docs.groupdocs.com/conversion/net/loading/
  9. A simplified and easy to use document compariso...

    A major advantage of GroupDocs.Comparison for .NET is its ability to tightly integrate with any .NET project. This integration gives an extra mark to your application or project. GroupDocs.Comparison for .NET 19.9 comes with a lot of breaking changes. The legacy API have been moved into Legacy namespace**.** So, when you update to this version it is required to make project-wide replacement of namespace usages from GroupDocs.Comparison. to GroupDocs.Comparison.Legacy to resolve build issues....documents of any supported file format with various options and ability...

    blog.groupdocs.com/comparison/a-more-simplified...
  10. Releasing new GroupDocs.Text MVC Front End

    GroupDocs team always works hard to provide great solutions for our users; in this regard we are proudly announcing UI example project for ASP.NET Developers for GroupDocs.Text for .NET API. This UI example is developed to provide a user friendly interface for working with GroupDocs.Text API. Furthermore, all functions are implemented in this example. User can simply upload file and apply features on it using tool buttons. The developers are allowed to modify the application to fulfill their own requirements....in cells Extract table with format Extract text with markdown...

    blog.groupdocs.com/parser/releasing-new-groupdo...