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

docx to png conversion

(0.12 sec)
  1. GroupDocs.Conversion for Java 16.10.1 Implement...

    Team GroupDocs is keen To announce another release of GroupDocs.Conversion for Java 16.10.1. Numerous cusTomers reported bugs are resolved in this release. Moreover, API encompasses multitude of new features. Support of converting documents To and from PSD format is introduced. Using latest version of the API developers can implement multi-thread Conversion as well. We would recommend you To download and experience GroupDocs.Conversion for Java 16.10.1 and share your feedback....Conversion for Java 16.10.1. Numerous...can implement multi-thread conversion as well. We would recommend...

    blog.groupdocs.com/conversion/groupdocs.convers...
  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. 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...
  4. PDF Conversion with Arabic Content - renders co...

    I have a Docx file with Hebrew Content. It renders content in Wrong Direction. Check the below Pics and also Attached Docx & PDF as well Also Attached Sample Code We use for Converting Docx To PDF import com.groupdocs…...PDF Conversion with Arabic Content - renders content wrongly...wrongly GroupDocs.Conversion Product Family docx-to-pdf akashkrishnan...

    forum.groupdocs.com/t/pdf-conversion-with-arabi...
  5. 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...
  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. 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...
  8. 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...
  9. 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...
  10. 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...