Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 14,324 for

artifact

(0.04 sec)
  1. Adding Watermark to PDF document via .NET | Asp...

    C# source code to add or remove watermark to PSD file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/java/watermarks/
  2. Get Watermark from PDF using C++ | Aspose.PDF

    Get watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++...Artifacts collection class. Save PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/cpp/watermark/get/
  3. Remove Watermark from PDF using C++ | Aspose.PDF

    Remove watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++...Artifacts collection class. Save PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/cpp/watermark/remove/
  4. 通過 Python 在 PDF 中使用水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。... Document ( input_pdf ) artifact = ap . WatermarkArtifact ().... find_font ( "Courier" ) artifact . set_text_and_state ( "WATERMARK"...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  5. 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...
  6. 通過 Java 在 PDF 中使用水印 | Aspose.PDF

    用于在 Java 和 PHP 上为 PDF 文件添加或移除水印的 Java 源代码,德尔福。...com/webapp/ #/artifacts/browse/Tree/General/repo/...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . setText...

    products.aspose.com/pdf/zh-hans/java/watermark/
  7. Adding Watermark to PDF document via .NET | Asp...

    C# source code to add or remove watermark to PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/net/watermarks/
  8. Adding Watermark to PDF document via Python for...

    Python source code to add or remove watermark to PSD file on any platform with .NET support....Artifacts collection class Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . SetTextAndState...

    products.aspose.com/pdf/python-net/watermarks/
  9. Adding Watermark to PDF document via C++ | Aspo...

    Source code to add or remove watermark to PSD file on any platform with C++ language...Artifacts collection class Save PDF..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/cpp/watermarks/
  10. 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...