Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 214,361 for

new

(0.21 sec)
  1. Add custom xmp metadata to svg files - Free Sup...

    Hi Support, I’m trying to add custom xmp tags to svg file metadata section. Since I could not find any example code for this, I came up with the following code based on my research. using (SvgImage svgImage = (SvgIma…...XmpData = new Aspose.Imaging.Xmp.XmpPacketWrapper();...null) { svgImage.XmpData.Meta = new Aspose.Imaging.Xmp.XmpMeta();...

    forum.aspose.com/t/add-custom-xmp-metadata-to-s...
  2. 在 PHP 中编辑 ShapeSheet 中的连接器几何部分|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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "Drawing...LineTo geometry object $line_to = new LineTo (); \ # set X value $line_to...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  3. Convert SVG to Image, JPG, PNG, BMP, TIFF and G...

    Learn about supported SVG to Image conversion scenarios and how to execute them with Aspose.SVG. You will find C# examples and online SVG Converter...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/net/convert-svg-to-image/
  4. DocumentSavingArgs class | Aspose.Words for Nod...

    Aspose.Words.Saving.DocumentSavingArgs class. An argument passed into Aspose.Words.Saving.IDocumentSavingCallback.Notify(Aspose.Words.Saving.DocumentSavingArgs)...saveFormat , ext ) => { let doc = new aw . Document ( base . myDir...Mhtml, Epub. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow....using ( Presentation pres = new Presentation ()) { ISlide slide...using ( Presentation pres = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/image/
  6. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Document doc = new Document(); Run run = new Run(doc, "Hello...getFont(); font.setName("Courier New"); font.setSize(36.0); font....

    reference.aspose.com/words/java/com.aspose.word...
  7. Შეკუმშოს PDF C#

    შეკუმშოს PDF C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ PDF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....renderer = new PdfFixedRenderer(); var pdfReadOptions = new PdfFixedOptions...pdfReadOptions); var builder = new DocumentBuilder(); for ( var...

    products.aspose.com/words/ka/net/compress/pdf/
  8. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated import of nodes from one document to another in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document docToInsert = new Document(); builder = new DocumentBuilder(docToInsert);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Սեղմել PDF Ը C# Ում

    Սեղմեք PDF ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք PDF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...renderer = new PdfFixedRenderer(); var pdfReadOptions = new PdfFixedOptions...pdfReadOptions); var builder = new DocumentBuilder(); for ( var...

    products.aspose.com/words/hy/net/compress/pdf/
  10. Aspose.PDF Search text from PDF file using C# |...

    Document doc = New Document(inputPdfPath); var absorber = New TextFragmentAbsorber(“(713) 853-4737”); TextSearchOptions textSearchOptions = New TextSearchOptions(true); absorber.TextSearchOptions = textSearchOptions; …...Document doc = new Document(inputPdfPath); var absorber = new TextFr...TextSearchOptions textSearchOptions = new TextSearchOptions(true); absorber...

    forum.aspose.com/t/aspose-pdf-search-text-from-...