Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 11,529 for

artifact

(0.04 sec)
  1. 使用 C++ 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上向PDF文件添加或删除水印。..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...FindFont ( u "Courier" )); artifact -> SetTextAndState ( u "WATERMARK"...

    products.aspose.com/pdf/zh-hans/cpp/watermark/
  2. 使用 C++ 从 PDF 中移除水印 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上从PDF文件中删除水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hant/cpp/watermark/r...
  3. How to Add Watermark | Aspose.PDF

    Do you know how easily Add Watermark to PDF in Java? Add Watermark to PDF with high quality using Java Aspose.PDF library.... The watermark artifact is added to the first page...using the getArtifacts().add(artifact) method. Finally, the watermarked...

    products.aspose.com/pdf/tutorial/add-watermark/
  4. 使用 C++ 从 PDF 中获取水印 | Aspose.PDF

    简单的演示源代码,可在任何平台上使用 C++ 语言从 PDF 文件中获取水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hant/cpp/watermark/get/
  5. WatermarkArtifact API not working on given PDF ...

    Hi , For given attached PDF the watermark code is not working. No error displayed but watermark is missing. using (Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(fileStream)) …...Document(fileStream)) { WatermarkArtifact artifact = new WatermarkArtifact()...TopMargin = 7, LeftMargin = 7 }; artifact.SetLinesAndState( new string[]...

    forum.aspose.com/t/watermarkartifact-api-not-wo...
  6. PdfSaveOptions.export_paragraph_graphics_to_art...

    PdfSaveOptions.export_paragraph_graphics_to_Artifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....export_paragraph_graphics_to_artifact property PdfSaveOptions.e...export_paragraph_graphics_to_artifact property Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在 .NET 中使用工件|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您为 PDF 页面添加背景图像,并使用 Artifact 类获取每个水印。...中将元素创建为工件,您需要使用 Artifact 类。 它包含以下有用的属性: Artifact.Type – 获取工件类型(支持...获取工件类型(支持 Artifact.ArtifactType 枚举的值,其中包括 Background, Layout, Page...

    docs.aspose.com/pdf/zh/net/artifacts/
  8. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....graphic should be marked as an artifact. get exportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    Discover the PdfSaveOptions ExportParagraphGraphicsToArtifact property to control paragraph graphics as Artifacts, enhancing your document's visual clarity....graphic should be marked as an artifact. public bool ExportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 添加背景到PDF|Aspose.PDF for .NET

    使用C#将背景图像添加到您的PDF文件中。使用BackgroundArtifact对象。...{ // Image for background artifact object using ( var image =...Add (); // Create Background Artifact object var background = new...

    docs.aspose.com/pdf/zh/net/add-backgrounds/