Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 4,583 for

conversion error

(0.36 sec)
  1. Merge EPS files to PDF using .NET

    Merger EPS functionality of Aspose.Page API solution for .NET allows you to combine several EPS files into a single PDF document....true to collect non‑critical errors. Call document.AddPage(epsFiles);...Postscript file despite of minor errors set this flag 10 bool suppressErrors...

    docs.aspose.com/page/net/merge/eps/
  2. Merge EPS files to PDF using C++

    Merger EPS functionality of Aspose.Page API solution for C++ allows you to combine several EPS files into a single PDF document....It is possible to see what errors were thrown during merging...Postscript file despite of minor errors set this flag 11 bool suppressErrors...

    docs.aspose.com/page/cpp/merge/eps/
  3. 在 Java 中将 HTML 转换为 Markdown – Aspose.HTML for Java

    了解如何使用 Aspose.HTML API 在 Java 中将 HTML 转换为 Markdown。考虑在 Java 代码中将 HTML 转换为 Markdown 的各种情况。... writeAllText ( "conversion.html" , code); 8 9 // Call...Converter. convertHTML ( "conversion.html" , new MarkdownSaveOptions()...

    docs.aspose.com/html/zh/java/convert-html-to-ma...
  4. Merge PostScript files to PDF using .NET

    Merger PS functionality of Aspose.Page API solution for .NET allows you to combine a few PS files into a single PDF document....Postscript file despite of minor errors set this flag 10 bool suppressErrors...filesForMerge, options); 22 23 //Review errors 24 if (suppressErrors) 25 {...

    docs.aspose.com/page/net/merge/ps/
  5. Accessibility Validator – Aspose.HTML for .NET

    Integrate website accessibility checking into your development workflow and improve the quality of your web projects with Aspose.HTML....browser to identify accessibility errors without limitations for free...from the web, and more! HTML Conversion MHTML Converter Markdown...

    products.aspose.com/html/net/accessibility-vali...
  6. Merge PostScript files to PDF using C++

    Merger PS functionality of Aspose.Page API solution for C++ allows you to combine a few PS files into a single PDF document....It is possible to see what errors were thrown during merging...Postscript file despite of minor errors set this flag 11 bool suppressErrors...

    docs.aspose.com/page/cpp/merge/ps/
  7. Can additional code be added to mimic SautinSof...

    We are moving away from SautinSoft to using Aspose.Words .Net. We have noticed how when SautinSoft renders a PDF from html it does a preprocessing step where it will resize images to stop an image from adjusting expandi…...resources like images can raise errors }; Document doc = new Document(inputStream...provide 100% fidelity after conversion one format to another. In...

    forum.aspose.com/t/can-additional-code-be-added...
  8. Web Accessibility Rules – Check using C# – Aspo...

    Integrate WCAG rules validation seamlessly into your C# projects for enhanced web accessibility....SaveToString – return only errors and warnings Console.Write...browser to identify accessibility errors without limitations for free...

    products.aspose.com/html/net/web-accessibility-...
  9. Python SVG API – Create, Edit & Convert SVG Files

    Aspose.SVG for Python via .NET is a high-performance library for SVG Conversion, editing, and rendering. Full W3C & CSS3 support. No external dependencies.... Other Supported SVG Conversions: SVG to PDF SVG to JPEG SVG...= iv.BezierPathBuilder(max_error=10.0) # Initialize vectorizer...

    products.aspose.com/svg/python-net/
  10. Merge PostScript files to PDF using Python

    Merger PS functionality of Aspose.Page API solution for Python allows you to combine several PS files into a single PDF document....despite of minor errors set this flag 22 suppress_errors = True 23 24...options = PdfSaveOptions(suppress_errors) 26 # If you want to add special...

    docs.aspose.com/page/python-net/merge/ps/