Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 214,328 for

new

(0.18 sec)
  1. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = New Document(path + "1.docx"); var builder = New DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...word = new Document(path + "1.docx"); var builder = new DocumentBuilder(word);...on a new page – set the second section to start on a new page...

    forum.aspose.com/t/page-is-missing-after-insert...
  2. Aspose.PSD for .NET 24.12 - Release Notes|Docum...

    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.... Save ( outputFileStroke , new PngOptions ()); } // Test effects.... Load ( inputFileEffects , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-1...
  3. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-transf...
  4. Convert PPT to Video in C# | products.aspose.com

    Convert PPT to video in C#. Use .NET library API to convert PowerPoint to video...Configure(new FFOptions { BinaryFolder = @...(Presentation presentation = new Presentation()) { // Adds a smile...

    products.aspose.com/slides/net/conversion/ppt-t...
  5. IMailMergeDataSource.TableName | Aspose.Words f...

    Discover the IMailMergeDataSource TableName property to easily access your data source name and enhance your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Customer > customers = new List < Customer > { new Customer ( "Thomas...

    reference.aspose.com/words/net/aspose.words.mai...
  6. 在 .NET 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...using ( Presentation pres = new Presentation ()) { GeometryShape...using ( Presentation pres = new Presentation ()) { GeometryShape...

    docs.aspose.com/slides/zh/net/custom-shape/
  7. Aspose.PSD for Java 24.3 - Release Notes|Docume...

    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....{ PsdOptions psdOptions16 = new PsdOptions (); psdOptions16 ...) { // is ok } else { throw new Exception ( "Wrong global resource...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  8. Creating a complex PDF using Aspose.PDF|Aspose....

    Aspose.PDF for Android via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....pdf" ; myExternalFile = new File ( getExternalFilesDir (...document object Document document = new Document (); // Add page Page...

    docs.aspose.com/pdf/androidjava/complex-pdf-exa...
  9. Aspose compression is consuming more RAM and CP...

    Hi Team, We recently implemented compression to reduce file sizes. However, we’ve observed a significant increase in resource consumption, which has led to API performance degradation. Could you please suggest possible …...Exception { Workbook workbook = new Workbook(); Worksheet sheet =...(ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea()) { OoxmlSaveOptions...

    forum.aspose.com/t/aspose-compression-is-consum...
  10. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "AddImage...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...