Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 4,383 for

conversion error

(0.15 sec)
  1. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...pdf" )) { // Create conversion options to convert the document..."FOGRA39" ) }; // During the conversion process, the validation is...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  2. What's New in Aspose.Email for .NET|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....format type and encountered errors. Attach Digital Signatures...Signature in MBOX to PST Conversion - set the MboxToPstConversionO...

    docs.aspose.com/email/net/whats-new/
  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. DWG to PDF Output Blurry - Free Support Forum -...

    Output of the Conversion of a DWG file to A4 PDF using Aspose.CAD generates an unreadable file contents. Using the following code: using var image = Aspose.CAD.Image.Load(“Drawing.dwg”); var pdfOptions = new PdfOption…... 11:43am 1 Output of the conversion of a DWG file to A4 PDF using...topics such as spline export errors , text orientation changes...

    forum.aspose.com/t/dwg-to-pdf-output-blurry/324329
  5. Calculate Task Duration | Aspose.Tasks Document...

    Learn how to calculate task durations in minutes, hours, days, weeks, and months using Aspose.Tasks for .NET. Includes practical C# examples with the Duration and TimeUnitType classes....manual calculations and rounding errors. FAQ Q: Can I get the duration...from minutes. Q: Does the conversion respect the project’s calendar...

    docs.aspose.com/tasks/net/calculate-task-durati...
  6. 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/
  7. 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/
  8. 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/
  9. 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...
  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/