问题标签 [afp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
1405 浏览

c# - 如何使用 C# 读取 AFP 文件并将其转换为 PDF?

我正在尝试读取一个非常大的 .AFP 文件,然后将其转换为 .PDF 但我做不到,我已经达到了获取文件的所有字节的地步,但是如何将其转换为 PDF。

我正在使用 C# 的任何想法或建议。

0 投票
3 回答
599 浏览

afp - 获取 afp 文件中使用的字体的工具

有谁知道我们如何获得 Afp 文件中使用的字体。

我试过 Afp explorer ,但没有帮助。

请就此提出一些建议。

0 投票
1 回答
159 浏览

thymeleaf - Apache Fop 中用于生成 AFP 文件的边界半径异常行为

我正在使用 Apache FOP(v2.1) 和 Thymleaf 生成 AFP 文件。

我在文档的某些部分添加了border-radius 属性来获取曲线边框。但这些部分并不稳定。有时它们显示 background-color ,有时不显示。某些请求的边距不正确。

下面的代码片段用于获取 AFP 文件中表格的边框半径

到目前为止,我从谷歌搜索这个问题一无所获。

有没有人遇到这个问题并帮助我。

0 投票
2 回答
45 浏览

finder - afp 看不到 zfs 挂载的文件夹

在我的 linux 服务器上,我在这里安装了我的 zfs 池:~/data/homepool 和 ~/data 是通过 afp 共享的。我的 macOS (high sierra) 客户端可以正确查看和读取/写入 ~/data,实际上甚至可以写入 data/homepool。

问题是macOS Finder获取到homepool的存储容量错误,Finder将homepool的存储空间指示为~/data的存储空间,而由于homepool挂载了zfs pool,homepool很大。这会阻止 Finder 复制大文件并且 Finder 认为没有可用空间。它是一个错误..?

0 投票
0 回答
179 浏览

java - 他们有什么方法可以从 AFP 文件中提取图像吗?使用 java /python

从事需要从 afp 文件中提取图像的项目由于 AFP 文件包含在线图像,我们如何使用图像内容图像架构将十六进制转换为图像任何片段都将有助于分配!

0 投票
1 回答
506 浏览

afp - 如何在 C# 或 Java 中获取 AFP 文件的页数

我有一个 AFP 文件,我需要使用 c# 获取文件中存在的页面计数。基于文件计数,我必须为 AFP 文件创建打印队列,所以可以使用 c# 或 java 吗?我没有找到任何支持代码来获取互联网计数。

0 投票
1 回答
236 浏览

build - 有什么图书馆可以构建不同语言的 AFP 文件?

我目前正在寻找允许我创建结构化 AFP 文档的任何语言的库,但到目前为止我还没有找到任何

以前我尝试使用属于 java 的名为 afp.lib 的库,但是这个结构文档但丢失了扭曲文档的字节

我希望一些语言的指导可以让我在不丢失字节的情况下构建 AFP。甚至只是允许我这样做的图书馆

0 投票
1 回答
59 浏览

java - 从 AFP 文件中获取字体模式 (FNG) 中的文本

任何人都可以帮助从 AFP 文件的“字体模式 (FNG)”字段中获取文本。是否有任何可用于此任务的库(最好是 Java)?

谢谢,

0 投票
2 回答
480 浏览

c# - C# 有什么方法可以读取 .AFP 文件并提取 TLE?

我需要读取 AFP 文件并提取它的 TLE,例如帐号、客户全名…… AFP 文件格式正确,结构非常清晰。我不想添加任何外部库。

0 投票
0 回答
56 浏览

python - How to mount AFP share on macOS with ADSSO authentication?

I am trying to use NetFSMountURLSync to mount an AFP network share on a macOS machine, using ADSSO to authenticate against the server.

When using the mount_afp binary to do the mounting, it is sufficient to specify the share URL as afp://;AUTH=Client%20Krb%20v2@<hostname>/<share>, as documented in man mount_afp. However, I cannot find documentation on how to achieve that with NetFSMountURLSync. I prefer the NetFS-based method compared to mount_afp, because it does not require the mount point directory to exist before the mount.

I tried specifying Client Krb v2 as the username parameter of the NetFSMountURLSync call but nothing like that seems to work. Has anyone solved this before by any chance?

For full context, I'm calling the routine via Python's objc, loading the NetFS Framework as follows (inspired by this Gist):

The arguments to the script are URL, mount-path, username, password; I'm specifying an empty mount-path to mount into a subfolder of /Volumes.