Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 214,361 for

new

(0.12 sec)
  1. Corrupt PDF perhaps? Sometimes OK, Sometimes No...

    I have been working on creating PDFs to upload to Concur Invoices. SOMETIMES the PDF will not upload because of some “unknown” error. Not helpful I know. If we open Acrobat and resave the file then it will upload fine…...int attachmentNbr) { Uri uri = new Uri(attachmentUri); PdfHelper...masterFileName); ResultsReturn results = new ResultsReturn(); results.Success...

    forum.aspose.com/t/corrupt-pdf-perhaps-sometime...
  2. TextConfig|Documentation

    TextConfig element is used to add one or more lines of text to the form.... new TextConfig () { Name = "Text...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/text...
  3. Page Break in existing PDF|Aspose.PDF for Java

    Learn how to add page breaks within an existing PDF document using Aspose.PDF for Java to improve document formatting....Document instance Document doc = new Document ( _dataDir + "Sample-Document-01...Document instance Document dest = new Document (); // Create PdfFileEditor...

    docs.aspose.com/pdf/java/page-break-in-existing...
  4. 在 PDF 中旋转文本使用 Python|Aspose.PDF for Python via ...

    学习不同的方法在 PDF 中旋转文本。Aspose.PDF 允许您旋转文本到任何角度,旋转文本片段或整个段落。...初始化文档对象 Document pdfDocument = new Document (); // 获取特定页面 Page pdfPage...TextFragment textFragment1 = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/zh/python-net/rotate-text-i...
  5. How to add Polyline Annotation using C++ | Aspo...

    Add Polyline annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...polylineAnnotation = new PolylineAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/cpp/annotation/polyline...
  6. Aspose.PSD for Java 24.4 - 发布说明|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....设置许可证会导致异常,如果多次进行设置 License license = new License (); String liccorrectJava...image . save ( outputFilePath , new PngOptions ()); } PSDJAVA-612...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless document saving in Doc format. Enhance your workflow with easy, efficient document management....DocSaveOptions() Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Buat DOC Menggunakan Javascript

    Buat DOC baharu dalam JavaScript dalam beberapa langkah. Buat DOC dengan mudah menggunakan pustaka Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/doc/
  9. Buat Markdown Menggunakan Javascript

    Buat Markdown baharu dalam JavaScript dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/md/
  10. Vytvorte Dokument V Jazyku C#

    Vytvorte súbor pomocou knižnice .NET. Jednoducho vytvorte nový dokument v C# v niekoľkých krokoch....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sk/net/make/