Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here.
Barcode.xlsx The Code...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. Support Simple and Standalone Data Sources The API provides support for standalone and specific data sources for various types of data like JSON, XML and CSV etc. The support is available for XML and CSV data sources so far.
Articles in this section...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
You might need to save a document to any custom file at any location on the local disc or a even a Stream.
The following example demonstrates how to save a document to any location.
final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article is about ClassNotFoundException: BouncyCastleProvider exception...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...