Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 213,276 for

new

(0.19 sec)
  1. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/net/working-with-operators/
  2. Working with Operators|Aspose.PDF for Java

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....Create a new PDF document Document pdfDocument = new Document...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/java/operators/
  3. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....differentFirstPageHe ) => { let doc = new aw . Document ( base . myDir...let logger = new ReplaceLog (); let options = new aw . Replacing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Images conversion without borders - Free Suppor...

    Hello, when i try to convert images (Photoshop, tiff, jpg, bmp, etc) into PDF, i obtain some black borders in pdf pages. How can i use all pdf page to occupy entire page space for image? (see attached image originale and…...MemoryStream oMTempStream = new MemoryStream(); Aspose.Imaging...ImageOptions.PngOptions OptionsI = new Aspose.Imaging.ImageOptions.PngOptions();...

    forum.aspose.com/t/images-conversion-without-bo...
  5. Make DOCX Using C#

    Make a New DOCX in C# in a few steps. Easily create DOCX using .NET library....the following example: Make a new DOCX using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/docx/
  6. Make WORD Using C#

    Make a New a Word document in C# in a few steps. Easily create a Word document using .NET library....the following example: Make a new DOCX using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/word/
  7. 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...
  8. 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...
  9. PageRange | Aspose.Words for .NET

    Create customized page ranges effortlessly with our PageRange constructor. Enhance your document management with precision and flexibility....PageRange constructor Creates a new page range object. public PageRange...page ranges. Document doc = new Document ( MyDir + "Images.docx"...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 在 .NET 中管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。...Presentation presentation = new Presentation ( "ActiveX.pptm"...激活期间替换此图像,因此有时保持图像不变也是可以的。 Bitmap image = new Bitmap (( int ) control . Frame...

    docs.aspose.com/slides/zh/net/activex/