Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 223,131 for

new

(0.2 sec)
  1. Փոխարկել Պատկեր WORD C#

    Փոխարկեք Պատկեր ը WORD ձևաչափի C# կոդով: Պահեք Պատկեր որպես WORD օգտագործելով C#:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/ima...
  2. ContentDisposition | Aspose.Words for Java

    Enumerates different ways of presenting the document at the client browser in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); doc.getMailMerge().execute(new String[]{"FullName", "Company"...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose Tex to PDF support - Free Support Forum ...

    Hello team, We are working on converting tex file to pdf by following TEX to PDF Converter using Java | Aspose.PDF. In our tex file, we are using some external tex dependent files as below (CTAN: /tex-archive/macros/g…...setOutputWorkingDire(new OutputFileSystemDire("path/t...final OutputStream pdfStream = new FileOutputStream("output.pdf");...

    forum.aspose.com/t/aspose-tex-to-pdf-support/31...
  4. Working with PointCloud|Documentation

    Aspose.3D for Java allows decoding a mesh from a Draco file directly without building a scene using the decode method of DracoFormat class.... encode ( new Sphere (), RunExamples . getDataDir...3D-for-Java DracoSaveOptions opt = new DracoSaveOptions (); opt . setPointCloud...

    docs.aspose.com/3d/java/working-with-pointcloud/
  5. Get Connection Points from Shape with JavaScrip...

    Learn how to retrieve connection points from shapes in Excel using Aspose.Cells for JavaScript via C++....but the example operates on a new workbook): </ p > < input type...loaded a workbook but then used a new workbook) const file = fileInput...

    docs.aspose.com/cells/javascript-cpp/get-connec...
  6. Manage Tasks in Microsoft Graph with Aspose.Ema...

    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....newTask = new MapiTask (); newTask . setSubject ( "New Task" );...); newTask . setDueDate ( new Date ()); newTask . setStatus (...

    docs.aspose.com/email/java/manage-tasks-in-micr...
  7. PDF/UA tagged document exception - Free Support...

    Using Aspose.PDF v25.7.0, attempting to convert a PDF to PDF/UA tagged document. Receive error: Invalid index: index should be in the range [1…n] where n equals to the operators count. Sample code: using (Aspose.Pdf.…...Document document = new Aspose.Pdf.Document(SourceFileName))...PdfFormatConversionO options = new Aspose.Pdf.PdfFormatConversionO(...

    forum.aspose.com/t/pdf-ua-tagged-document-excep...
  8. 读取 Outlook 模板文件 OFT|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.... setSender ( new MailAddress ( senderEmailAddress... getTo (). addMailAddress ( new MailAddress ( recipientEmailAddres...

    docs.aspose.com/email/zh/java/read-outlook-temp...
  9. 使用 Java 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 透過 Java 範例程式碼以程式方式列印 PDF 文檔...PdfViewer object PdfViewer viewer = new PdfViewer (); //Open input PDF...PdfPrinterSettings printerSettings = new PdfPrinterSettings (); PrintPageSettings...

    products.aspose.com/pdf/zh-hant/java/print/
  10. 使用 Java 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加文本...file Document pdfDocument = new Document ( DATA_DIR . resolve...TextFragment textFragment = new TextFragment ( "Aspose.PDF" );...

    products.aspose.com/pdf/zh-hant/java/text/