Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 222,975 for

new

(0.13 sec)
  1. Setting the whole XMP block - Free Support Foru...

    Hi, I need to set the whole XMP block in a PDF. I don't want to set individual fields because that is already handled. There is a method to get the XMP in Aspose.Pdf.Facades.PdfXmpMetadata but I cannot se any way to set…...Document adoc = new Aspose.Pdf.Document(sourcePath);...Facades.PdfXmpMetadata xmp = new Aspose.Pdf.Facades.PdfXmpMetadata();...

    forum.aspose.com/t/setting-the-whole-xmp-block/...
  2. 添加 PDF 页面印章|Aspose.PDF for .NET

    了解如何在 .NET 中向 PDF 页面添加印章,包括文本和图像,用于水印或品牌标识,使用 Aspose.PDF。...object using ( var fileStamp = new Aspose . Pdf . Facades . PdfFileStamp...// Create stamp var stamp = new Aspose . Pdf . Facades . Stamp...

    docs.aspose.com/pdf/zh/net/add-pdf-page-stamp/
  3. Manage Presentation Themes in .NET|Aspose.Slide...

    Master presentation themes in Aspose.Slides for .NET to create, customize and convert PowerPoint files with consistent branding....applying new colors for the theme. To allow you select a new theme...using ( Presentation pres = new Presentation ()) { IAutoShape...

    docs.aspose.com/slides/net/presentation-theme/
  4. Apply or Change Slide Layouts in PHP|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for PHP via Java. Explore layout types, placeholder control, and footer visibility through code examples....slides, you may need to add new layout slides to a presentation...layout already exists, add a new one if needed, and use it to...

    docs.aspose.com/slides/php-java/slide-layout/
  5. Get and Search Images in PDF|Aspose.PDF for .NET

    Learn how to search for and extract images from a PDF document in Java using Aspose.PDF for media retrieval....document using ( var document = new Aspose . Pdf . Document ( dataDir...image placement search var abs = new Aspose . Pdf . ImagePlacementAbsorb...

    docs.aspose.com/pdf/net/search-and-get-images-f...
  6. "Fontconfig head is null", even java.awt.headle...

    Hi, Using: Aspose PDF for Java, V25.9 (Evaluation Version) besides the other topic of not getting the correct font, I have another problem, adding a font anyway to the FontRepository within a container, based on paket…...MemoryFontSource> fontSources = new ArrayList<>(); String fontBase...addToFontSource2(fontSources, new ClassPathResource(fontBase +...

    forum.aspose.com/t/fontconfig-head-is-null-even...
  7. 使用 Java 添加和验证 PDF 数字签名 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文档中创建电子签名...toString (); Document pdfDocument = new Document ( inFile ); PdfFileSignature...signature = new PdfFileSignature ( pdfDocument ); PKCS7 pkcs = new PKCS7...

    products.aspose.com/pdf/zh-hans/java/signature/
  8. PageSetup.MultiplePages | Aspose.Words for .NET

    Discover how the PageSetup MultiplePages property optimizes document printing for seamless booklet binding. Enhance your multi-page documents today!... Document doc = new Document (); // Insert text that...pages. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/pag...
  9. ChartFormat.Stroke | Aspose.Words for .NET

    Discover the ChartFormat Stroke property to enhance line styling in your charts, ensuring professional and visually appealing presentations....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ASP.NET without using Visual Studio|Aspose.PDF ...

    Learn how to use Aspose.PDF for .NET in ASP.NET projects without relying on Visual Studio. Follow this practical guide.... License lic = new Aspose . Pdf . License (); lic...document using ( var document = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/asp-net-without-using-v...