Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Sep 14, 2024
2 parents cb3013b + 0bdbcf8 commit e118477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public virtual void PdfUA2RubberStampAnnotationsTest() {

[NUnit.Framework.Test]
public virtual void PdfUA2RubberStampNoContentsAnnotationsTest() {
String outFile = DESTINATION_FOLDER + "pdfuaRubberstampAnnotationTest.pdf";
String outFile = DESTINATION_FOLDER + "pdfuaRubberstampNoContentAnnotationTest.pdf";
using (PdfDocument pdfDocument = new PdfDocument(new PdfWriter(outFile, new WriterProperties().SetPdfVersion
(PdfVersion.PDF_2_0)))) {
CreateSimplePdfUA2Document(pdfDocument);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public virtual void SimpleParagraphTest() {
// Android-Conversion-Skip-Line (TODO DEVSIX-7377 introduce pdf/ua validation on Android)
[NUnit.Framework.Test]
public virtual void SimpleParagraphWithUnderlineTest() {
String outPdf = DESTINATION_FOLDER + "simpleParagraphTest.pdf";
String outPdf = DESTINATION_FOLDER + "simpleParagraphUnderlinesTest.pdf";
String cmpPdf = SOURCE_FOLDER + "cmp_simpleParagraphWithUnderlineTest.pdf";
PdfUATestPdfDocument pdfDoc = new PdfUATestPdfDocument(new PdfWriter(outPdf));
PdfFont font = PdfFontFactory.CreateFont(FONT, PdfEncodings.WINANSI, PdfFontFactory.EmbeddingStrategy.FORCE_EMBEDDED
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2ffc3941ba8680c3d82179557f77800ab0c18b9b
c5b8096b6898926c96f8d5981ff8d3509ff653f7

0 comments on commit e118477

Please sign in to comment.