Sort Score
Result 10 results
Languages All
Labels All
Results 8,511 - 8,520 of 216,893 for

new

(0.33 sec)
  1. 将 C# 格式的 Word 转换为 Excel|.NET 格式的 Aspose.Words

    将 PDF 转换为 Excel、将 XML 转换为 Excel、将 DOCX 转换为 Excel C#。使用 C# 将各种格式的文档保存到 XLSX。...PDF 保存到 XLSX: Document doc = new Document ( MyDir + "Pdf Document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    docs.aspose.com/words/zh/net/convert-a-document...
  2. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...outputFilePathDocx, new OoxmlSaveOptions()); var tempDocumentInfo = new Docu...Document, outputFilePathPdf, new PdfSaveOptions()); Thanks a lot...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  3. Footnote rendering issue: large page breaks aft...

    Hi Aspose.Words v24.2 When converting a DOCX file containing footnotes (references) to PDF using Aspose.Words, the resulting PDF is rendered incorrectly. Specifically, after a footnote is inserted, a large page break a…...var doc = new Word.Document("test.docx"); var opt = new Word.Saving...var doc = new Word.Document("test.docx"); var opt = new Word.Saving...

    forum.aspose.com/t/footnote-rendering-issue-lar...
  4. Convert Chart to Image for Chinese Region with ...

    Learn how to use Aspose.Cells for JavaScript via C++ to configure charts for Chinese characters and formats, including fonts, sizes, text directions, and more....</p>' ; } const settings = new ChartChineseSettings (); const...(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  5. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose document in memory and then saves it to either Word or Pdf. We have recently installed 3 New fonts to our server, and while the Word shows them correctly, the PDF document …...We have recently installed 3 new fonts to our server, and while...C# example var fontSettings = new Aspose.Words.FontSettings();...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  6. VSDX saved to PDF is missing elements - Free Su...

    Hi, When converting a specific .vsdx to .pdf, most of its content is not visible. I’m using this code: Diagram diag = New Diagram(options.SourcePath); diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...using this code: Diagram diag = new Diagram(options.SourcePath);...VSDX file Diagram diagram = new Diagram("path/to/your/file.vsdx");...

    forum.aspose.com/t/vsdx-saved-to-pdf-is-missing...
  7. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TOC.docx"); } /// /// Start a new page and insert a paragraph of...

    reference.aspose.com/words/java/com.aspose.word...
  8. OutlineOptions | Aspose.Words for Java

    Allows to specify outline options in Java.... Document doc = new Document(getMyDir() + "Bookmarks...PdfSaveOptions saveOptions = new PdfSaveOptions(); // Set the...

    reference.aspose.com/words/java/com.aspose.word...
  9. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04112...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  10. Working with XZ Archives in Java | Aspose.Zip D...

    Java xz API lets you work with creating and managing xz archives in your applications without the need of any other 3rd party applications....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/working-with-xz-archives/