Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 4,480 for

values

(0.16 sec)
  1. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.redaction as gr import groupdocs.redaction.options as gro import groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/python-net/use-adv...
  2. Extract attachments from PDF portfolios | Group...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-attachme...
  3. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  5. 使用 Java 的二维码阅读器 |扫描图片中的二维码

    如何在应用程序中使用 Java 扫描二维码。从图像中读取二维码的 Java 示例,可帮助您构建在线二维码扫描仪。...getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/zh/parser/scan-qr-code-using...
  6. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/net/generating-slides...
  7. In-Table List with Highlighted Rows in Word Pro...

    Note In this article, we will use GroupDocs.Assembly to generate a Table Report with Highlighted Rows in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Word Document Creating a In-Table List with Highlighted Rows Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Word 2013. Click the document where you want to add the table.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  8. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. How to merge TIF images using java | GroupDocs

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/getting-started/...
  10. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/merge/powerpoint/