Sort Score
Result 10 results
Languages All
Labels All
Results 7,301 - 7,310 of 222,912 for

new

(0.17 sec)
  1. Გადაიყვანეთ JPG DOCX C#

    გადაიყვანეთ JPG DOCX C# ფორმატში კოდით. შეინახეთ JPG როგორც DOCX C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/jpg...
  2. Փոխարկել Պատկեր HTML C#

    Փոխարկեք Պատկեր ը HTML ձևաչափի C# կոդով: Պահեք Պատկեր որպես HTML օգտագործելով 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...
  3. Გადაიყვანეთ JPG WORD C#

    გადაიყვანეთ JPG WORD C# ფორმატში კოდით. შეინახეთ JPG როგორც WORD C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/jpg...
  4. Փոխարկել Պատկեր PDF C#

    Փոխարկեք Պատկեր ը PDF ձևաչափի C# կոդով: Պահեք Պատկեր որպես PDF օգտագործելով 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...
  5. Create a PDF document with attachments via Aspo...

    We have an application that creates PDF invoices from a Word template, and now we have been asked to generate these documents in ZUGFeRD format for submission to German government agencies. This means that we need to gen…...the Word template var doc = new Aspose.Words.Document("Template...compliance var saveOptions = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/create-a-pdf-document-with-a...
  6. 使用Aspose.Cells将工作簿保存为文本或CSV格式|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....workbook Workbook workbook = new Workbook ( FileName ); //0-byte...array byte [] workbookData = new byte [ 0 ]; //Text save options...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  7. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET...Load the PDF file - new Document . Create new SquareAnnotation and...and set parameters (new Rectangle, title, color, interior_color...

    docs.aspose.com/pdf/python-net/figures-annotation/
  8. Aspose word to PDF conversion rendering issue -...

    Hi, I’m having an issue where a picture of a graph in the word document that contains 2 x-axis dotted lines when converted to PDF using the code below renders them as solid lines. But when you zoom into the PDF to a rid…...docm"; Document oWordDoc = new Document(wordFile); Aspose.Words...Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/aspose-word-to-pdf-conversio...
  9. 通过Node.js via C++添加带有命名目的书签到PDF|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加带有命名目的PDF书签。确保书签在页面变更时保持完整。... "data" ); const workbook = new AsposeCells . Workbook ( path...this cell const bookmarkEntry = new AsposeCells . PdfBookmarkEntry...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pdf-boo...
  10. Format Table in Document in NPOI|Aspose.Words f...

    Format table in a document easily and fast instead of using NPOI in C#....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Create a new document from scratch XWPFDocument doc = new XWPFDocument...

    docs.aspose.com/words/net/format-table-in-docum...