Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 34,060 for

saveoptions

(1.42 sec)
  1. Reconstructing PDF -> HTML -> PDF - Free Suppor...

    Hi, I have a PDF file that I need to convert to HTML to translate the content. The extraction renders HTML and a number of jpeg files. I modify the HTML and replace the old HTML and try to reconstruct. However, the new …... I tried also without saveOptions and the code above. SD_Aspose...instance DocSaveOptions saveOptions = new DocSaveOptions(); //...

    forum.aspose.com/t/reconstructing-pdf-html-pdf/...
  2. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...一般来说,我们使用两种方法:使用设备方法进行转换和使用 SaveOption 进行转换。本节将向您展示如何使用这些方法之一将 PDF...,您可以尝试探索其功能和工作质量。 使用 SaveOptions 类转换 PDF 本文的这一部分向您展示如何使用 C# 和 SaveOptions 类将 PDF...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  3. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Node.js....FixedPageSaveOptions or SaveOptions , but there are also options...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  4. Convert Financial Reports via .NET | products.a...

    C# code to convert Financial Reports in XBRL, iXBRL(inline xbrl) and OFX file fomats via .NET library.... Use the SaveOptions class for SaveFormat , to...

    products.aspose.com/finance/net/conversion/
  5. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...save(string, SaveOptions) 方法的第二个参数。也可以使用 MarkdownSaveOptions...作为参数传递给 Workbook.save(string, SaveOptions) 方法的第二个参数。也可以使用 DocxSaveOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  6. HtmlOfficeMathOutputMode Enum | Aspose.Words fo...

    Discover how Aspose.Words.Saving.HtmlOfficeMathOutputMode enhances OfficeMath export to HTML, MHTML, and EPUB for seamless document conversion....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Linked picture (camera object) shows stale cach...

    Hi, Using Aspose Cells for Java, version 26.3. Sample code: Workbook template = new Workbook("input.xlsx"); template.getWorksheets().get("data").getCells().get("A1").putValue(2); template.calculateFormula(); template.…...getIndex()); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HTML); saveOptions.setParseHtmlTagInCel(true); saveOptions.setE...

    forum.aspose.com/t/linked-picture-camera-object...
  8. Java 26.2: PSD to PSB conversion produces corru...

    Product: Aspose.PSD for Java 26.2 (jdk16) Description: When loading a PSD file (version 1) and saving it as PSB format (PsdVersion.Psb), the output file is corrupt. Adobe Photoshop reports “Could not open file because …...PsdOptions saveOptions = new PsdOptions(); saveOptions.setPsdVersion(PsdVersion...setPsdVersion(PsdVersion.Psb); saveOptions.setXmpData(image.getXmpData());...

    forum.aspose.com/t/java-26-2-psd-to-psb-convers...
  9. com.aspose.pdf.exceptions.FontNotFoundException...

    Converting a document to PDF on a Linux machine generates this error: com.aspose.pdf.exceptions.FontNotFoundException: Font OpenSansRegular can not found. com.aspose.pdf.internal.l5h.l1n.l1h(Unknown Source) com.aspose.p…...SaveOptions; import com.aspose.pdf.PdfSaveOptions;...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...

    forum.aspose.com/t/com-aspose-pdf-exceptions-fo...
  10. Pdf 转epub java-api调用生成文件没有目录 - Free Support For...

    pdf 转epub java-api调用生成文件没有目录信息...创建HtmlSaveOptions对象 HtmlSaveOptions saveOptions = new HtmlSaveOptions();...HtmlSaveOptions(); // 设置EPUB导航地图级别 saveOptions.setEpubNavigationMap(3); // 1到9之间的值,指定最大标题级别...

    forum.aspose.com/t/pdf-epub-java-api/317411