Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 222,975 for

new

(0.12 sec)
  1. Question regarding Aspose.Pdf license for Epico...

    Hello, I’m looking for assistance to determine which Aspose.Pdf license version to purchase for my use case within our Epicor Kinetic cloud instance. Previously, within our Epicor function, I was able to instantiate th…...following code: var license = new Aspose.Pdf.License(); var assembly...way, and I need to acquire a new one. Could you please instruct...

    forum.aspose.com/t/question-regarding-aspose-pd...
  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. 将 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...
  5. Latest version of AsposePDF produces FIPS compl...

    I upgraded asposePDF nuget from 24.7 to 25.4, and while everything works on my development environment, calling Document.Save() gives me the following error on my Stage environment, which is a more restrictive and secure…...ReadAllBytes(pdfPath); using (var doc = new Document(new MemoryStream(pdfBase)))...var tf = new TextFragment("test text"); tf.Position = new Position(200...

    forum.aspose.com/t/latest-version-of-asposepdf-...
  6. How to create waterfall chart with JavaScript v...

    Create waterfall charts in Excel with JavaScript and Aspose.Cells for JavaScript via C++....provided, otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/creating-w...
  7. 仅复制范围样式,通过 JavaScript 由 C++ 实现|Documentation

    学习如何在操作数据的同时,仅复制范围的样式,使用 C++ 的脚本实现。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Get the first...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  8. 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
  9. 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...
  10. 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-...