Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 213,057 for

new

(0.14 sec)
  1. 向PDF文件添加圆形对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建圆形对象。...Document 实例 Document pdfDocument = new Document (); // 将页面添加到 PDF 文件的页面集合中...创建具有特定尺寸的 Drawing 对象 Graph graph = new Graph ( 400 , 200 ); // 为 Drawing...

    docs.aspose.com/pdf/zh/java/add-circle/
  2. Create a Presentation Viewer in Java|Aspose.Sli...

    Create a custom presentation viewer in Java using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Presentation presentation = new Presentation ( "sample.pptx"...FileOutputStream svgStream = new FileOutputStream ( "output.svg"...

    docs.aspose.com/slides/java/presentation-viewer/
  3. Configure Fallback Font Collections in PHP|Aspo...

    Set up a fallback fonts collection in Aspose.Slides for PHP via Java to keep text consistent and crisp in PowerPoint and OpenDocument presentations....$pres = new Presentation (); try { $userRulesList = new FontFallBackRulesCol...(); $userRulesList -> add ( new FontFallBackRule ( 0xb80 , 0xbff...

    docs.aspose.com/slides/php-java/create-fallback...
  4. PdfSaveOptions.CacheBackgroundGraphics | Aspose...

    Discover the PdfSaveOptions CacheBackgroundGraphics property to optimize document graphics caching, enhancing your PDF creation and performance.... Document doc = new Document ( MyDir + "Background...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Manage Workbook with C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... Creating a New Workbook To create a new workbook: Create...Cells :: Startup (); // Create a new workbook Aspose :: Cells :: Workbook...

    docs.aspose.com/cells/cpp/managing-workbooks-an...
  6. SignatureLineOptions.allowComments property | A...

    SignatureLineOptions.allowComments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfEncryptionDetails.ownerPassword property | A...

    PdfEncryptionDetails.ownerPassword property. Specifies the owner password for the encrypted PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...annotations. let encryptionDetails = new aw . Saving . PdfEncryptionDetails...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Work with a Document Stored in a Liferay|Aspose...

    Compare Word documents shared in Liferay using C#. Work with documents stored in Liferay – various input formats, including Word, OpenOffice, Image and eBook.... Preset Start a new Liferay Portal instance by running...Create a New Console Application Project To create a new console...

    docs.aspose.com/words/net/work-with-document-st...
  9. Load converted SpreadsheetML: Invalid column in...

    Steps to reproduce: Create a New Excel file. Select columns after e.g. M until the last one. Right-click on column names and select Hide. Keep clicking on a right arrow of a horizontal scroll bar until no column is vis…...Steps to reproduce: Create a new Excel file. Select columns after...to SpreadsheetML via Aspose - new Workbook(input).save(output,...

    forum.aspose.com/t/load-converted-spreadsheetml...
  10. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。...document using ( var document = new Aspose . Pdf . Document ( dataDir..."input.pdf" )) { // Instantiate a new GraphicsAbsorber object to process...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...