Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 360 for

docx to png conversion

(0.21 sec)
  1. 1:1 Font Conversion Failure observed - Free Sup...

    We are encountering an issue with a failed 1:1 font Conversion when using the “Embed only the characters used in the document” option in Word To embed our fonts. We have been previously advised To use this option To mana…...1:1 Font Conversion Failure observed GroupDocs.Total Product...issue with a failed 1:1 font conversion when using the “Embed only...

    forum.groupdocs.com/t/1-1-font-conversion-failu...
  2. HTML to document conversion not happening with ...

    Hi, We are having a styled HTML which when downloaded looks odd. We use html To word Conversion api from groupdocs and its failing.Can you please check? Image of data shown in text ediTor: image.Png (30.6 KB) Actual …...HTML to document conversion not happening with proper styling...GroupDocs.Conversion Product Family document-conversion , java mayurkhadke...

    forum.groupdocs.com/t/html-to-document-conversi...
  3. 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....Conversion Product Solution GroupDocs...metadata in PNG images Working with metadata in PNG images Leave...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (documents hanging during Conversion) while converting various file formats such as .Docx, .xlsx, .pptx, etc., inTo PDFs. This issue is occurring only in our production environment…...Document conversion is hanging using Java GroupDocs.Conversion Product...Product Family document-conversion , java Mahesh_Amle April 30,...

    forum.groupdocs.com/t/document-conversion-is-ha...
  5. Issue with Extracting Attachments and PDF Conve...

    Hello Team, I have purchased a full license of GroupDocs and I am currently facing issues while extracting attachments from documents and converting them To PDF. My requirement is: First, extract all original attachm…...Extracting Attachments and PDF Conversion GroupDocs.Total Product Family...original attachment files Case 2: DOCX / XLS / PPT files Attachments...

    forum.groupdocs.com/t/issue-with-extracting-att...
  6. 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.PngPackage Read the Png metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage<PngRootPackage>(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Conversion Product Solution GroupDocs...metadata in PNG images Working with metadata in PNG images Leave...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Conversion error on Azure Linux App Service usi...

    Hi, I’m encountering a runtime exception when attempting To convert documents using GroupDocs.Conversion.CrossPlatform on an Azure Linux App Service (.NET 8). Despite using the CrossPlatform package, Conversions fail w…...Conversion error on Azure Linux App Service using GroupDocs.Conversion...Conversion.CrossPlatform GroupDocs.Conversion Product Family...

    forum.groupdocs.com/t/conversion-error-on-azure...
  8. Bullet & Indentation - Static & Dynamic the dot...

    Bullet & Indentation - Static & Dynamic the dot bullet is changing To hollow bullet in pdf Bullet & Indentation - Static - Indentation is messed up in multi level in generated Docx itself rtaImage.jpeg (92.4 KB)...for multi level in generated docx GroupDocs.Total Product Family...in multi level in generated docx itself rtaImage.jpeg (92.4 KB)...

    forum.groupdocs.com/t/bullet-indentation-static...
  9. Exception on saving Word to EML file format - F...

    Exception on saving Word To EML file format Traceback (most recent call last): File “D:\kb-python\kbConversion.py”, line 22, in converter.convert(“output.eml”, convert_options) RuntimeError: Proxy error(ConversionNo…...Conversion Product Family tahir.manzoor...error(ConversionNotSupport): Conversion from docx (Word Processing) to...

    forum.groupdocs.com/t/exception-on-saving-word-...
  10. Render XML documents as HTML, PDF, PNG, and JPE...

    This Topic describes how To use the GroupDocs.Viewer Java API To convert XML documents To HTML (with and without pagination), PDF documents, Png, and JPEG raster formats....Conversion Product Solution GroupDocs...XML documents as HTML, PDF, PNG, and JPEG files Leave feedback...

    docs.groupdocs.com/viewer/java/render-xml-docum...