Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 59,335 for

path

(0.17 sec)
  1. Word转pdf后多出一行 - Free Support Forum - aspose.com

    使用aspose.word 25.6版本将word转为pdf时 word中按中文习惯控制首尾字符,标点在最后时会压缩在同一行,转为PDF后标点符号换行 效果如下图所示: word文件如下: 中文习惯转pdf多一行.docx (66.8 KB)...Document doc = new Document("path/to/your/document.docx"); //...the document as PDF doc.save("path/to/output/document.pdf", options);...

    forum.aspose.com/t/word-pdf/315348
  2. How to add Highlight Annotation using C++ | Asp...

    Source code to add Highlight annotations in PDF file on any platform with C++ language... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_highlight...

    products.aspose.com/pdf/cpp/annotation/highligh...
  3. DICOM to PDF Converter using C# | Aspose.PDF

    Sample code for DICOM to PDF C# conversion. Use API example code for batch DICOM files to PDF conversion within VB.NET, ASP.NET, or any .NET-based application...Output file: var imageFile = Path . Combine ( dataDir , "bmode...image ); pdfDocument . Save ( Path . Combine ( dataDir , "PDFWithDicomImage_out...

    products.aspose.com/pdf/net/conversion/dicom-to...
  4. How to add Caret Annotation using C++ | Aspose.PDF

    Source code to add Caret annotations in PDF file on any platform with C++ language... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_caret...

    products.aspose.com/pdf/cpp/annotation/caret/add/
  5. 使用 C# 从 PDF 中提取表格数据|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF for .NET 在 C# 中从 PDF 中提取表格数据...void ExtractTable () { // The path to the documents directory var...ExtractMarkedTable () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/extract-data-from-ta...
  6. How to create a Aspose.Cells for .NET to conver...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao The goal is to show the entire worksheet (visible excel rows and columns) in a scrollable HTML preview inside a browser tab before excel create or download. …...Workbook workbook = new Workbook("path/to/your/excel/file.xlsx"); //...Replace "path/to/your/excel/file.xlsx" with the path to your Excel...

    forum.aspose.com/t/how-to-create-a-aspose-cells...
  7. Open Presentation in JavaScript|Aspose.Slides f...

    Open or load Presentation PPT, PPTX, ODP in JavaScript...Presentation class and pass the file path (of the presentation you want...Presentation class and passes the file path to its constructor var pres...

    docs.aspose.com/slides/nodejs-java/open-present...
  8. Aspose.word.dll Chart formatting issue - Free S...

    Hi Aspose team, I want to generate chart as shown in below picture, Can you please help on this. I am able to generate bellow chart but not able to add images on MajorGridLines...insertImage("path/to/image.png", 100, 100, 50...coordinates builder.insertImage("path/to/image2.png", 200, 100, 50...

    forum.aspose.com/t/aspose-word-dll-chart-format...
  9. How to add Sensitivity Label to an Excel file -...

    Given the workbook object. How do I add the Sensitivity Label in C#?...Workbook workbook = new Workbook("path/to/your/excel/file.xlsx"); //...the workbook workbook.Save("path/to/your/modified/excel/file...

    forum.aspose.com/t/how-to-add-sensitivity-label...
  10. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。... C# string path = @ "D:\Projects\glTF-Sample-Models\1...scene Scene scene = new Scene ( path ); //create a camera for capturing...

    docs.aspose.com/3d/zh/net/render-a-panorama-vie...