GroupDocs.Conversion-for-Java icon indicating copy to clipboard operation
GroupDocs.Conversion-for-Java copied to clipboard

GroupDocs.Conversion for Java examples, plugins and showcase projects

Results 10 GroupDocs.Conversion-for-Java issues
Sort by recently updated
recently updated
newest added

Hi, we wanted to test, if GroupDocs.Conversion fits our needs so I cloned this Repository and imported the "Examples" project in Eclipse (2022.3). Unfortunately Eclipse won't run the RunExamples.java main....

This request is raised in https://forum.groupdocs.com/t/latest-version/12190 Hi, Could you please update this example project with API version 22.12.1? Thanks

enhancement

Bumps commons-net from 3.5 to 3.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-net:commons-net&package-manager=maven&previous-version=3.5&new-version=3.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.271 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...

dependencies
java

Bumps [gson](https://github.com/google/gson) from 2.6.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.6.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.0.4.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies

I am creating this issue just to remember to update do conversion lib in the Demo Spring project.

代码示例 public static void main(String[] args) { String docPath = "C:\\Users\\Desktop\\f09028a43e5d4a4cb3b73ffdf773734a.docx"; String pdfPath = "C:\\Users\\Desktop\\f09028a43e5d4a4cb3b73ffdf773734a.docx"; Converter converter = new Converter(docPath); PdfConvertOptions pdfConvertOptions = new PdfConvertOptions(); converter.convert(pdfPath, pdfConvertOptions); }

I' using `groupdocs-conversion` to convert epub to txt, I got a `java.lang.OutOfMemoryError: GC overhead limit exceeded`. I tried modify vm options `-XX:-UseGCOverheadLimit`, `-Xmx`, `-XX:MaxPermSize`, `-XX:ReservedCodeCacheSize`, but it still occurred. macOS...