Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 813 for

pdf to image conversion error

(0.33 sec)
  1. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows To add text watermarks To documents which may consists of pages, worksheets, slides or frames....Conversion Product Solution GroupDocs...document. Ex: @"C:\Docs\sample.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  2. Extract hyperlinks from document page | GroupDocs

    This article explains that how To extract hyperlinks from document page....Conversion Product Solution GroupDocs...GitHub examples: Free online image extractor App Along with full...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps To read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Conversion Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Issue with Font :- "Leelawadee UI"

    Issue with Font :- "Leelawadee UI" Hi, When we try To convert a document with the 'Leelawadee UI' font To Pdf, we encounter some issues in characters. Can you please suggest something here? Issue w......the 'Leelawadee UI' font to PDF, we encounter some issues in...setUseTextShaper(true) property during conversion? Without this property, the...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  5. Load XML document with options | GroupDocs

    Learn this article and check how To load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  6. Skip loading of external resources | GroupDocs

    Learn this article and check how To restrict loading of external resources during Conversion...Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/skip-loading...
  7. Implement custom serialization with QR-Code sig...

    This article explains how To implement cusTom serialization for QR-code electronic signatures....Conversion Product Solution GroupDocs...into metadata signature to Image document. using ( Signature...

    docs.groupdocs.com/signature/net/implement-cust...
  8. Search for multiple e-signature types | GroupDocs

    This article explains how To search for multiple electronic signatures across document pages with GroupDocs.Signature API....Conversion Product Solution GroupDocs...signatures; - to search for Image signatures; - to search for...

    docs.groupdocs.com/signature/java/search-for-mu...
  9. Searching watermarks | GroupDocs

    This article explains how To search watermarks while using GroupDocs. Watermarks API....Conversion Product Solution GroupDocs...document. Ex: @"C:\Docs\document.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/searching-wate...
  10. Save with default options | GroupDocs

    The simplest way To save the document is it provide no parameters To Save method. In this case the document will be rasterized To Pdf and will have the same name as the original one except its extension (.Pdf). The Pdf file will be overwritten. The following example demonstrates usage of Save() method with default options. final RedacTor redacTor = new RedacTor("sample.docx"); try { // Here we can use document instance To perform redactions redacTor....Conversion Product Solution GroupDocs...document will be rasterized to PDF and will have the same name as...

    docs.groupdocs.com/redaction/java/save-with-def...