FixedRowHeight doesn´t work

Hi,

when I try to build my PDF with the following xml-snippet the tag "FixedRowHeight " has no effect. The row isn´t 10cm heigh. Thanks for the help. We have a license with support.

Result:





Row is 10cm heigh!?!






Hello Marcel,

I have tested the issue and I’m able to reproduce the same problem. I have logged it in our issue tracking system as PDFJAVA-8082. We will investigate this issue in detail and will keep you updated on the status of a correction. We apologize for your inconvenience.

Hi,

whats the status of solving this issue?

Thanks

Hi,

We have worked on this issue for a long time. We are sure to provide you a solution next month.

Thank you for your patience.

Quote:
Sandy.Zhang:

Hi,

We have worked on this issue for a long time. We are sure to provide you a solution next month.

Thank you for your patience.

Hi,

the “next” month is going to the end, so what’s the status of the solution? We need to have this one fixed until next week because the project has to be completed at this time.

Thanks

Hi,

We have resolved this issue finally. You can try the hotfix in the attachment. I have also attached the result file.

Hi,

I will reply to the last posting, because we think, the the problem ist releated to the pdf_hotfix.jar.

In the recent release, where setLicense() worked fine, we used only the pdf_hotfix.jar. Now we want to add a watermark to the document and added aspose.pdf.kit.jar to our classpath.

The first call to setLicense(..) returnes without exception, but in the PDF file a stamp 'Evaluation only ... ' has been added.

We noticed, that a second call to setLicense(..) throws a License is invalid message.

Many thanks for help.

Regards ralf.

Hello Ralf,

Can you please share the license file so that we can check it at our end. Please don't share the license file within this forum thread.

Please visit the following link for information on How to send a license?

We apologize for your inconvenience.

Hello Codewarior,

You got an email with the license.

Regards ralf

Hello Ralf,

Thanks for sharing the license file.

I’ve tested the license file and it’s working correctly. I’m able to use it without any problem. I’ve used the following code snippet to use it.

Java:

    com.aspose.pdf.License lic = new com.aspose.pdf.License();
    try {
      lic.setLicense(new FileInputStream(new File("D:/ASPOSE/Licences/Aspose.Total.Java/Aspose.Total.Java.lic")));
      } catch (Exception e) {
        System.out.println(e.getMessage());
      }

I’ve tested the scenario in Aspose.Pdf for Java perspective and with version v2.4.3.2. Considering, you’re mentioned that using it with Aspose.Pdf.Kit Can you please check the code snippet that you are using to access the license file.

In case the issue still persists, can you please share the information regarding Aspose.Pdf.Kit version you are using and the code snippet that you are using to set the license information?