Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 10,035 for

image

(0.25 sec)
  1. Getting Document Information | GroupDocs

    Read format, page count, author, dimensions, table of contents, and format-specific metadata from PDF, Word, Excel, PowerPoint, CAD, Image, project management, and email documents without converting — using Converter.get_document_info() in GroupDocs.Conversion for Python via .NET....Tasks Count: 5 Example 5: Get Image Info You can find which file...documentation section. get_image_info.py from groupdocs.conversion...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API.... close (); Search for images attachments In case you want...want to search for all the images attachments in a PDF document...

    docs.groupdocs.com/watermark/java/attachments-i...
  3. Convert to Spreadsheet in Java | PDF to Excel |...

    Convert DOC, DOCX to Excel (XLS, XLSX) or convert PDF to Excel spreadsheet in Java using document conversion Java API. Build your own Conversion App....The API allows document and image conversions in many file formats...email messages, Web pages, images. Download and Configure # You...

    blog.groupdocs.com/conversion/convert-documents...
  4. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, Images, audio, video and many other files of different types in your .NET solution....from PDF, DOCX, PPTX, XLSX, images, audio, video and many other...Moreover, in most cases, an image, video or document contains...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  5. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to slides with simple or advanced settings using Python via .NET....slides, notes, and background images in PowerPoint presentations...particular slide Apply text or image watermarks to specific slides...

    docs.groupdocs.com/watermark/python-net/add-wat...
  6. Redaction Basics | GroupDocs

    This article shows that how Java developers can apply metadata, Image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Replaces specific area of an image with a colored box ImageAreaRedaction...

    docs.groupdocs.com/redaction/java/redaction-bas...
  7. Convert EML to PDF Using C#

    Learn how to Convert EML to PDF using C# with a simple C# code to transform EML files into PDF, leveraging GroupDocs.Conversion for fast email document AI conversion....options such as page size, image handling, and security features...

    kb.groupdocs.com/conversion/net/convert-eml-to-...
  8. View Word Documents as PDF in Java | Protect & ...

    Learn how to view Word DOC/DOCX files as PDF in Java. Transform Word files to password-protected PDF & Disallow PDF Printing using Document Viewer Java API....documents into PDF, HTML, and image formats within the application...

    blog.groupdocs.com/viewer/view-word-documents-a...
  9. How to search signatures with predicate functio...

    This article explains how to search signatures using predicate functions (Func) with GroupDocs.Signature API to filter search results based on custom criteria....ImageSearchOptions () }; // Filter image signatures by size SearchResult...{result.Signatures.Count} large image signatures" ); } Example 6:...

    docs.groupdocs.com/signature/net/search-signatu...
  10. 【GroupDocs Conversion for .NET】TIFF→PDF変換した時に,用...

    GroupDocsConversionでTIFF→PDF変換した時に,用紙サイズが変わります。 (例えば,A4サイズのTIFFファイルを,PDF変換するとA1サイズのPDFファイルになります。) 元ファイルの用紙サイズのままでPDFに出力できるようにしたい(A4のTIFFは,A4のPDFに変換する)ですが, 参考に出来るソースがあれば教えて頂けないでしょうか...Image image = System.Drawing.Image.FromFile(@tiffファイル);...Dpi = image.HorizontalResolution; options.Width = image.Width;...

    forum.groupdocs.com/t/groupdocs-conversion-for-...