Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 4,705 for

as

(0.04 sec)
  1. Add Watermark to Presentations in Java | Text a...

    Add image watermark to presentation slides, or apply text watermarks to PPT, PPTX, PPS & more formats in Java using GroupDocs Watermarking API....Add image watermark to presentation slides, or apply text watermarks to PPT, PPTX, PPS & more formats in Java using GroupDocs Watermarking API.

    blog.groupdocs.com/watermark/watermark-presenta...
  2. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or clAssify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/categories/groupdocs.convers...
  3. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releAses. To access CSV data while building a report, you can pAss a CsvDatAsource instance to the Assembler As a data source. Using of CsvDatAsource enables you to work with typed values rather than just strings in template documents. Although CSV As a format does not define a way to store values of types other than strings, CsvDatAsource is capable to recognize values of the following types by their string representations:...Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:

    docs.groupdocs.com/assembly/net/working-with-cs...
  4. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented As customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks wAs implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions.

    blog.groupdocs.com/viewer/protect-your-document...
  5. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document As a rAsterized PDF file...This article demonstrates that how to save the document as a rasterized PDF file

    docs.groupdocs.com/redaction/python-net/save-in...
  6. Introducing WebP EMF and WMF formats in GroupDo...

    We’ve just published some important updates for GroupDocs.Metadata for the .NET community and we’re really pleAsed to announce our newest stable GroupDocs.Metadata for .NET 16.11 releAse, which includes support for even some more document formats As well As some great new features for images and audio files. To try out all of the awesome features available now in our latest releAse, simply download this latest version or check for updates in Visual Studio and install the releAse ....We’ve just published some important updates for GroupDocs.Metadata for the .NET community and we’re really pleased to announce our newest stable GroupDocs.Metadata for .NET 16.11 release, which includes support for even some more document formats as well as some great new features for images and audio files. To try out all of the awesome features available now in our latest release, simply download this latest version or check for updates in Visual Studio and install the release .

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  7. Render TSV and PCL Formats using GroupDocs.View...

    Today, we are glad to announce the releAse of GroupDocs.Viewer for .NET 18.11. The latest version includes a couple of new features As well As a bunch of improvements and bug fixes. The API now supports rendering of TSV (Tab-separated values) and PCL (Printer Command Language) file formats. Below is the list of new features, improvements, and fixes added in v18.11. Features Introduced Since v18.11, we have extended the list of supported file formats and now the API is capable of rendering the following formats:...Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.11. The latest version includes a couple of new features as well as a bunch of improvements and bug fixes. The API now supports rendering of TSV (Tab-separated values) and PCL (Printer Command Language) file formats. Below is the list of new features, improvements, and fixes added in v18.11. Features Introduced Since v18.11, we have extended the list of supported file formats and now the API is capable of rendering the following formats:

    blog.groupdocs.com/viewer/render-tsv-and-pcl-fo...
  8. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in Java language using GroupDocs.Merger for Java library....Learn how to merge HTML files, combine HTML files into one file programmatically in Java language using GroupDocs.Merger for Java library.

    docs.groupdocs.com/merger/java/merge/html/
  9. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...This article shows how to save output to a stream when rendering a document

    docs.groupdocs.com/viewer/java/save-output-to-s...
  10. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types As image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.

    docs.groupdocs.com/watermark/java/adding-image-...