Sort Score
Result 10 results
Languages All
Labels All
Results 9,451 - 9,460 of 216,921 for

new

(0.18 sec)
  1. 以编程方式保存 PDF 文档|Aspose.PDF for .NET

    了解如何在 C# Aspose.PDF for .NET PDF 库中保存 PDF 文件。将 PDF 文档保存到文件系统、流和 Web 应用程序中。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/zh/net/save-pdf-document/
  2. sample_data.xlsx

    Sheet1 City Region Store Chicago Central 3055 New York East 3036 Detroit Central 3074 Sheet2 City2 Region2 Store3 Seattle West 3000 philadelph East 3082 Detroit Central 3074 Sheet3 City3 Region3 St......Region Store Chicago Central 3055 New York East 3036 Detroit Central...Region3 Store3 Seattle West 3166 New York East 3090 Chicago Central...

    docs.aspose.com/cells/zh/python-net/convert-exc...
  3. sample_data.xlsx

    Sheet1 City Region Store Chicago Central 3055 New York East 3036 Detroit Central 3074 Sheet2 City2 Region2 Store3 Seattle West 3000 philadelph East 3082 Detroit Central 3074 Sheet3 City3 Region3 St......Region Store Chicago Central 3055 New York East 3036 Detroit Central...Region3 Store3 Seattle West 3166 New York East 3090 Chicago Central...

    docs.aspose.com/cells/ja/python-net/convert-exc...
  4. sample_data.xlsx

    Sheet1 City Region Store Chicago Central 3055 New York East 3036 Detroit Central 3074 Sheet2 City2 Region2 Store3 Seattle West 3000 philadelph East 3082 Detroit Central 3074 Sheet3 City3 Region3 St......Region Store Chicago Central 3055 New York East 3036 Detroit Central...Region3 Store3 Seattle West 3166 New York East 3090 Chicago Central...

    docs.aspose.com/cells/ar/python-net/convert-exc...
  5. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.Cells library to generate conditionally formatted data bars and images....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...or print options const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  6. Add Header and Footer to PDF via JavaScript via...

    Aspose.PDF for JavaScript via C++ allows you to add headers and footers to your PDF file using AsposePdfAddTextHeaderFooter....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/add-headers-...
  7. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = New Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[x].GetPageRe…...10:35am 1 using (Document pdf = new Document(sourcePath)) { Parallel...JpegDevice jpg = new JpegDevice(width, height, new Resolution(data...

    forum.aspose.com/t/aspose-pdf/312746
  8. Converting email to pdf - cutting off right sid...

    I’m having difficulty in converting an email to pdf format when it has embedded images. That is, when an email has embedded images and their sizes differ, right side of the larger image is being cut off. Is there any wa…...Dir); var wordLoadOptions = new Aspose.Words.LoadOptions() {...false; using (var mhtStream = new MemoryStream()) { mailMessage...

    forum.aspose.com/t/converting-email-to-pdf-cutt...
  9. 用JavaScript通过C++在其他语言中实现小计或总计标签|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....settings const globalization = new GlobalizationSetting (); AsposeCells...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  10. 使用JavaScript通过C++将Excel转换为CSV、TSV和Txt|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel文件转换为CSV、TSV和TXT格式。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...type of separator const opts = new TxtSaveOptions (); opts . separator...

    docs.aspose.com/cells/zh/javascript-cpp/convert...