Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 213,277 for

new

(0.09 sec)
  1. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....() { Document pdfDocument = new Document ( _dataDir + "sample...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( "Web"...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  2. ShapeBase.Bounds | Aspose.Words for .NET

    Discover the ShapeBase Bounds property to effortlessly manage your shape's location and size, enhancing your design precision and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...shape . Bounds , Is . EqualTo ( new RectangleF ( 50 , 50 , 100 ,...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Add Line Object to PDF file|Aspose.PDF for Java

    This article explains how to create a line object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...Graph instance Graph graph = new Graph ( 100 , 400 ); // Add graph...

    docs.aspose.com/pdf/java/add-line/
  4. 档案

    档案...加载客户端机密 InputStream in = new FileInputStream(new File("credentials.json"));...GoogleClientSecrets.load(JSON_FACTORY, new InputStreamReader(in)); // 构建流程并触发用户授权请求...

    blog.aspose.com/zh/cells/convert-excel-files-to...
  5. OleObject|Aspose.Slides 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....Add_Ole_Object () { using var pres = new Presentation (); var slide =...Slides [ 0 ]; var pdfData = new OleEmbeddedDataInfo ( File ....

    docs.aspose.com/slides/net/examples/elements/le...
  6. FieldBuilder.AddArgument | Aspose.Words for .NET

    Enhance your coding with FieldBuilder's AddArgument method, designed to effortlessly add field arguments for streamlined development.... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose.PSD for .NET 22.1 - 发行说明|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....Create ( new PsdOptions () { Source = new StreamSource ( new MemoryStream...shape2 = new PathShape (); shape2 . Points . Add ( new BezierKnot...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = New ByteArrayOutputStream()) { PdfSaveOpti…...(ByteArrayOutputStrea bos = new ByteArrayOutputStrea()) { PdfSaveOptions...PdfSaveOptions pdfOptions = new PdfSaveOptions(); pdfOptions.s...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  9. AiModel | Aspose.Words for Java

    An abstract class representing the integration with various AI models within the Aspose.Words in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Split Mesh by HalfSpace in Aspose.3D|Doc...

    Learn how to split 3D meshes using HalfSpace planes in Aspose.3D...() { // Create a new 3D scene Scene scene = new Scene (); // Create...by default) Mesh boxMesh = ( new Box ()). ToMesh (); Node boxNode...

    docs.aspose.com/3d/net/developer-guide/3d-model...